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: Rob Savoye
Subject: [Gnash-commit] gnash/doc/C Makefile.am
Date: Thu, 31 Aug 2006 20:42:24 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    06/08/31 20:42:24

Modified files:
        doc/C          : Makefile.am 

Log message:
        Check for version 0.8.7 too. I think this is actually a difference
        between Debian or Redhat based distributions in command line options.

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

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/doc/C/Makefile.am,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- Makefile.am 31 Aug 2006 20:18:46 -0000      1.30
+++ Makefile.am 31 Aug 2006 20:42:24 -0000      1.31
@@ -124,7 +124,7 @@
        $(XSLTPROC) --output $@ --nonet $(docbook_styles)/fo/docbook.xsl $<
 
 .fo.pdf:
-       $(PDFXMLTEX) $<
+       $(PDFXMLTEX) -interaction=nonstopmode $<
 else
 .xml.pdf:
        touch $@
@@ -144,7 +144,7 @@
 if ENABLE_TEXI
        basefile=`echo $< | sed -e  's,^.*/,,' -e 's,\.xml$$,,'`; \
        $(DB2X_XSLTPROC) -s texi $< --output $${basefile}.txml; \
-       if test x"$(DB2X_VERSION)" = x"0.8.5"; then \
+       if test x"$(DB2X_VERSION)" = x"0.8.5" -o x"$(DB2X_VERSION)" = x"0.8.7"; 
then \
          $(DB2X_TEXIXML) --encoding=us-ascii//TRANSLIT $${basefile}.txml; \
          sed -e "s/setfilename $${basefile}_manual_v.*\.info/setfilename 
$${basefile}.info/" $${basefile}_manual_v*.texi > $${basefile}.texi ; \
          $(RM) $${basefile}_manual_v*.texi; \




reply via email to

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