gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog doc/xmldocs.make


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog doc/xmldocs.make
Date: Tue, 07 Aug 2007 02:48:58 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/08/07 02:48:58

Modified files:
        .              : ChangeLog 
        doc            : xmldocs.make 

Log message:
                * doc/xmldocs.make: fix uninstall rule to properly remove images
                  of the manual.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3958&r2=1.3959
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/xmldocs.make?cvsroot=gnash&r1=1.7&r2=1.8

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3958
retrieving revision 1.3959
diff -u -b -r1.3958 -r1.3959
--- ChangeLog   6 Aug 2007 21:47:01 -0000       1.3958
+++ ChangeLog   7 Aug 2007 02:48:57 -0000       1.3959
@@ -1,5 +1,7 @@
 2007-08-06 Sandro Santilli <address@hidden>
 
+       * doc/xmldocs.make: fix uninstall rule to properly remove images
+         of the manual.
        * doc/C/Makefile.am, doc/C/asspec/Makefile.am: don't list entities
          twice for distribution (fixed make uninstall for the most part,
          needs some other tweak for png files)

Index: doc/xmldocs.make
===================================================================
RCS file: /sources/gnash/gnash/doc/xmldocs.make,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- doc/xmldocs.make    23 Apr 2006 02:51:44 -0000      1.7
+++ doc/xmldocs.make    7 Aug 2007 02:48:58 -0000       1.8
@@ -13,7 +13,7 @@
 #     4) Figures must go under $(figdir)/ and be in PNG format
 #     5) You should only have one document per directory 
 #     6) Note that the figure directory, $(figdir)/, should not have its
-#        own Ma fdl-appendix.xmlkefile since this Makefile installs those 
figures.
+#        own Makefile since this Makefile installs those figures.
 #
 # example Makefile.am:
 #   figdir = figures
@@ -85,7 +85,7 @@
        -if test "$(figdir)"; then \
          for file in $(srcdir)/$(figdir)/*.png; do \
            basefile=`echo $$file | sed -e  's,^.*/,,'`; \
-           rm -f $(DESTDIR)/$(figdir)/$$basefile; \
+           rm -f $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
          done; \
          rmdir $(DESTDIR)$(docdir)/$(figdir); \
        fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]