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: Sat, 01 Mar 2008 16:51:51 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    08/03/01 16:51:51

Modified files:
        doc/C          : Makefile.am 

Log message:
                * doc/C/Makefile.am: Additional tweaks for Ubuntu
                Hardy, the .texi names don't get transformed during this step 
for
                this version of the docbook tools.

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

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/doc/C/Makefile.am,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- Makefile.am 1 Mar 2008 16:37:55 -0000       1.54
+++ Makefile.am 1 Mar 2008 16:51:50 -0000       1.55
@@ -80,10 +80,10 @@
 #noinst_SCRIPT = gen-doc.sh
 dist_man_MANS = gnash.1 gprocessor.1 dumpshm.1 soldumper.1 cygnal.1
 MANSRC = $(dist_man_MANS:.1=.man-xml)
-INFOS  = gnash_user.info gnash_ref.info
+INFOS  = gnash_user.info gnashuser.info # gnash_ref.info
 HTMLS  = $(XML_MAIN:.xml=.html)
 PDFS   = $(XML_MAIN:.xml=.pdf)
-TEXIS  = $(XML_MAIN:.xml=.texi)
+TEXIS  = gnash_user.texi gnashuser.texi
 
 # dist_html_DATA = gnash.html actionscript.html
 # dist_info_DATA = gnash.info actionscript.info
@@ -157,6 +157,9 @@
          basefile="$*"; \
           $(DB2X_XSLTPROC) -s texi $< --output $${basefile}.txml; \
          out=`$(DB2X_TEXIXML) --encoding=us-ascii//TRANSLIT --list-files 
$${basefile}.txml` ; \
+         if test ! -f $out; then \
+          out=`echo $${out} | tr -d '_'`; \
+         fi; \
          rm $${basefile}.txml; \
          mv $${out} $${basefile}.texi; \
        fi
@@ -165,7 +168,6 @@
 .texi.info:
 if ENABLE_TEXI
        -$(MAKEINFO) --force $<
-       $(RM) *.texi
 else
        @if test -d $(top_srcdir)/packaging/doc; then \
          $(LN_S) -f $(top_srcdir)/packaging/doc/address@hidden ./$@; \




reply via email to

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