gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog doc/C/Makefile.am doc/C/asspec/...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog doc/C/Makefile.am doc/C/asspec/...
Date: Mon, 06 Aug 2007 21:47:03 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/08/06 21:47:02

Modified files:
        .              : ChangeLog 
        doc/C          : Makefile.am 
        doc/C/asspec   : Makefile.am 

Log message:
                * 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)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3957&r2=1.3958
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/Makefile.am?cvsroot=gnash&r1=1.39&r2=1.40
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/asspec/Makefile.am?cvsroot=gnash&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3957
retrieving revision 1.3958
diff -u -b -r1.3957 -r1.3958
--- ChangeLog   6 Aug 2007 21:08:45 -0000       1.3957
+++ ChangeLog   6 Aug 2007 21:47:01 -0000       1.3958
@@ -1,5 +1,8 @@
 2007-08-06 Sandro Santilli <address@hidden>
 
+       * 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)
        * testsuite/actionscript.all/toString_valueOf.as: fix some
          of the tests, disable a test depending on timezone. Please
          further tests on Date go to the Date.as file.

Index: doc/C/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/doc/C/Makefile.am,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- doc/C/Makefile.am   1 Jul 2007 10:53:57 -0000       1.39
+++ doc/C/Makefile.am   6 Aug 2007 21:47:02 -0000       1.40
@@ -106,7 +106,7 @@
        logging.xml     \
        $(NULL)
 
-xml_files = $(entities) $(docname).xml actionscript.xml
+xml_files = $(docname).xml actionscript.xml
 
 #noinst_SCRIPT = gen-doc.sh
 dist_man_MANS = gnash.1
@@ -116,13 +116,14 @@
 man:  gnash.1 
 texi: gnash.texi actionscript.texi
 info: gnash.info actionscript.info
-gnash.pdf gnash.html gnash.texi: $(xml_files)
+gnash.pdf gnash.html gnash.texi: $(xml_files) $(entities)
 actionscript.pdf actionscript.html actionscript.texi: actionscript.xml 
actionscript/main.xml actionscript/as_value.xml actionscript/new_as_class.xml
 
 SUFFIXES = .xml .html .texi .pdf .info .1 .fo
 
 EXTRA_DIST = \
        $(xml_files) \
+       $(entities) \
        $(omffile) \
        gnash.texi \
        actionscript.texi \
@@ -225,3 +226,6 @@
 uninstall-info-hook:
        $(RM) $(DESTDIR)$(infodir)/gnash.info
 
+#app-dist-hook:
+
+#dist-hook: app-dist-hook

Index: doc/C/asspec/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/doc/C/asspec/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- doc/C/asspec/Makefile.am    1 Jul 2007 10:53:57 -0000       1.4
+++ doc/C/asspec/Makefile.am    6 Aug 2007 21:47:02 -0000       1.5
@@ -62,19 +62,20 @@
        xmlnode.xml \
        xmlsocket.xml
 
-xml_files = $(entities) $(docname).xml
+xml_files = $(docname).xml
 
 html: asspec.html
 pdf:  asspec.pdf
 man:  asspec.1 
 texi: asspec.texi
 info: asspec.info
-asspec.pdf asspec.html asspec.texi: $(xml_files)
+asspec.pdf asspec.html asspec.texi: $(xml_files) $(entities)
 
 SUFFIXES = .xml .html .texi .pdf .info .1 .fo
 
 EXTRA_DIST = \
        $(xml_files) \
+       $(entities) \
        $(omffile) \
        asspec.texi \
        asspec.info \
@@ -172,3 +173,6 @@
 uninstall-info-hook:
        $(RM) $(DESTDIR)$(infodir)/asspec.info
 
+#app-dist-hook:
+
+#dist-hook: app-dist-hook




reply via email to

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