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: Sun, 02 Mar 2008 16:53:46 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    08/03/02 16:53:46

Modified files:
        doc/C          : Makefile.am 

Log message:
                * doc/C/Makefile.am: For the perl based version of the docbook
                tools, pipe directly through makeinfo to avoid file name
                transformation problems.

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

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/doc/C/Makefile.am,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- Makefile.am 2 Mar 2008 16:32:21 -0000       1.58
+++ Makefile.am 2 Mar 2008 16:53:46 -0000       1.59
@@ -158,18 +158,10 @@
          $(DB2X_TEXI) --encoding=us-ascii//TRANSLIT --string-param 
directory-description="Gnash" $< ; \
        else \
          basefile="$*"; \
-          foo=`$(DB2X_XSLTPROC) -s texi $< --output $${basefile}.txml;` \
-         out=`$(DB2X_TEXIXML) --encoding=us-ascii//TRANSLIT --list-files 
$${basefile}.txml` ; \
-         out=`echo $${out} | sed -e 's: :\\\ :g'` 2>&1; \
-         if test ! -f $${out}; then \
-          out=`echo $${out} | tr -d '_'`; \
-         fi; \
+          $(DB2X_XSLTPROC) -s texi $< --output $${basefile}.txml; \
+         $(DB2X_TEXIXML) --info --encoding=us-ascii//TRANSLIT 
$${basefile}.txml ; \
          rm $${basefile}.txml; \
        fi
-#        if test -f $${out}; then \
-#          mv $${out} $${basefile}.texi; \
-#        fi; \
-#      fi
 endif
 
 .texi.info:
@@ -284,6 +276,7 @@
 uninstall-info-hook:
 if ENABLE_INFO
        -$(INSTALL_INFO) --remove $(DESTDIR)$(infodir)/gnash_user.info
+       -$(INSTALL_INFO) --remove $(DESTDIR)$(infodir)/gnash_ref.info
 endif
        -$(RM) $(DESTDIR)$(infodir)/gnash_user.info
        -$(RM) $(DESTDIR)$(infodir)/gnash_ref.info




reply via email to

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