gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash Makefile.am


From: strk
Subject: [Gnash-commit] gnash Makefile.am
Date: Sun, 05 Feb 2006 16:14:36 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     strk <address@hidden>   06/02/05 16:14:36

Modified files:
        .              : Makefile.am 

Log message:
        DOC_DIR must be set for += to work (fixed automake warning)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/Makefile.am.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: gnash/Makefile.am
diff -u gnash/Makefile.am:1.10 gnash/Makefile.am:1.11
--- gnash/Makefile.am:1.10      Sat Feb  4 19:57:37 2006
+++ gnash/Makefile.am   Sun Feb  5 16:14:36 2006
@@ -18,7 +18,7 @@
 PLUG_DIR = $(STD_DIRS) plugin
 endif
 if DOCBOOK
-DOC_DIRS += $(STD_DIRS) doc
+DOC_DIRS = $(STD_DIRS) doc
 endif
 SUBDIRS = $(STD_DIRS) $(PLUG_DIR)
 DIST_SUBDIRS = $(STD_DIRS)  $(PLUG_DIR) $(DOC_DIRS) testsuite




reply via email to

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