CVSROOT: /sources/gnash
Module name: gnash
Changes by: Rob Savoye <rsavoye> 08/02/17 00:18:55
Modified files:
. : Makefile.am ChangeLog
Log message:
* Makefile.am: Always recurse into doc.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/Makefile.am?cvsroot=gnash&r1=1.102&r2=1.103
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5672&r2=1.5673
Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/Makefile.am,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -b -r1.102 -r1.103
--- Makefile.am 7 Feb 2008 03:20:44 -0000 1.102
+++ Makefile.am 17 Feb 2008 00:18:53 -0000 1.103
@@ -53,6 +53,7 @@
plugin \
pythonmodule \
testsuite \
+ doc \
po \
$(NULL)
@@ -60,9 +61,9 @@
CYGNAL_DIRS = cygnal
endif
-if DOCBOOK
-DOC_DIRS = doc
-endif
+# if DOCBOOK
+# DOC_DIRS = doc
+# endif
SUBDIRS = $(STD_DIRS) $(CYGNAL_DIRS) $(DOC_DIRS)
@@ -70,14 +71,13 @@
SUBDIRS += extensions
endif
-man_MANS = doc/gnash.1
+# man_MANS = doc/gnash.1 doc/gprocessor.1 doc/dumpshm.1 soldumper.1
DIST_SUBDIRS = $(STD_DIRS) cygnal doc extensions
EXTRA_DIST = autogen.sh \
packaging \
config.rpath \
- $(man_MANS) \
macros/incllist macros/libslist \
ChangeLog-0.8.0 ChangeLog-0.8.1
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5672
retrieving revision 1.5673
diff -u -b -r1.5672 -r1.5673
--- ChangeLog 16 Feb 2008 23:17:04 -0000 1.5672
+++ ChangeLog 17 Feb 2008 00:18:54 -0000 1.5673
@@ -1,5 +1,7 @@
2008-02-16 Rob Savoye <[EMAIL PROTECTED]>
+ * Makefile.am: Always recurse into doc.
+
* doc/C/Makefile.am: Fix typo, one $ not two for make
variables. Link to directories if we're in a build tree so
including images and other xml pages actually works. Link to
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit