[Goodies-commits] r2303 - thunar-thumbnailers/trunk

Erlend Davidson erland at xfce.org
Sun Jan 7 00:21:57 CET 2007


Author: erland
Date: 2007-01-06 23:21:57 +0000 (Sat, 06 Jan 2007)
New Revision: 2303

Added:
   thunar-thumbnailers/trunk/tex-thumbnailer/
Modified:
   thunar-thumbnailers/trunk/ChangeLog
   thunar-thumbnailers/trunk/Makefile.am
   thunar-thumbnailers/trunk/configure.in.in
Log:
The ps and tex thumbnailers

Modified: thunar-thumbnailers/trunk/ChangeLog
===================================================================
--- thunar-thumbnailers/trunk/ChangeLog	2007-01-06 12:38:30 UTC (rev 2302)
+++ thunar-thumbnailers/trunk/ChangeLog	2007-01-06 23:21:57 UTC (rev 2303)
@@ -1,3 +1,8 @@
+2007-01-06	Erlend Davidson <E.R.M.Davidson at sms.ed.ac.uk>
+
+	* Added a postscript thumbnailer (ps-thumbnailer/)
+	* Added a latex thumbnailer (tex-thumbnailer/)
+
 2007-01-03	Benedikt Meurer <benny at xfce.org>
 
 	* Initial import.

Modified: thunar-thumbnailers/trunk/Makefile.am
===================================================================
--- thunar-thumbnailers/trunk/Makefile.am	2007-01-06 12:38:30 UTC (rev 2302)
+++ thunar-thumbnailers/trunk/Makefile.am	2007-01-06 23:21:57 UTC (rev 2303)
@@ -1,7 +1,9 @@
 # $Id$
 
 SUBDIRS =								\
-	eps-thumbnailer
+	eps-thumbnailer							\
+	tex-thumbnailer							\
+	ps-thumbnailer
 
 distclean-local:
 	rm -rf *.spec *.cache *~

Modified: thunar-thumbnailers/trunk/configure.in.in
===================================================================
--- thunar-thumbnailers/trunk/configure.in.in	2007-01-06 12:38:30 UTC (rev 2302)
+++ thunar-thumbnailers/trunk/configure.in.in	2007-01-06 23:21:57 UTC (rev 2303)
@@ -43,4 +43,6 @@
 AC_OUTPUT([
 Makefile
 eps-thumbnailer/Makefile
+tex-thumbnailer/Makefile
+ps-thumbnailer/Makefile
 ])




More information about the Goodies-commits mailing list