pango r2791 - in trunk: . docs docs/TEXT



Author: behdad
Date: Tue Jan  6 12:00:07 2009
New Revision: 2791
URL: http://svn.gnome.org/viewvc/pango?rev=2791&view=rev

Log:
2009-01-06  Behdad Esfahbod  <behdad gnome org>

        Bug 328206 â Update/remove some old files

        * docs/Makefile.am:
        * docs/TEXT/glossary:
        Remove some old files.

Removed:
   trunk/docs/TEXT/glossary
Modified:
   trunk/ChangeLog
   trunk/docs/Makefile.am

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Tue Jan  6 12:00:07 2009
@@ -128,12 +128,7 @@
 	files='$(BUILT_EXTRA_DIST)';				\
 	for f in $$files; do					\
 	  if test -f $$f; then d=.; else d=$(srcdir); fi;	\
-	  cp $$d/$$f $(distdir) || exit 1; done;		\
-								\
-	mkdir $(distdir)/TEXT;					\
-	for f in $(srcdir)/TEXT/* ; do				\
-	  test -f $$f && cp -p $$f $(distdir)/TEXT;		\
-	done
+	  cp $$d/$$f $(distdir) || exit 1; done;
 
 #
 # Require gtk-doc when making dist



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]