gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash/doc/C Makefile.am
Date: Mon, 03 Mar 2008 20:24:34 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/03/03 20:24:34

Modified files:
        doc/C          : Makefile.am 

Log message:
        don't hide the invoked command while building the .texi files

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/Makefile.am?cvsroot=gnash&r1=1.67&r2=1.68

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/doc/C/Makefile.am,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- Makefile.am 3 Mar 2008 20:15:56 -0000       1.67
+++ Makefile.am 3 Mar 2008 20:24:34 -0000       1.68
@@ -160,7 +160,7 @@
 # Ubuntu/Debian uses a real perl script that actually does the real work
 .xml.texi:
 if ENABLE_TEXI
-       address@hidden test x$(DB2X_TEXI) != x; then \
+       -if test x$(DB2X_TEXI) != x; then \
          out=`echo $* | sed -e 's:gnash:gnash_:'`; \
          $(DB2X_TEXI) --encoding=us-ascii//TRANSLIT --string-param 
directory-description="Gnash" --string-param output-file=$${out} $<; \
          $(MAKEINFO) --force $${out}.texi; \




reply via email to

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