shishi-commit
[Top][All Lists]
Advanced

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

shishi/doc Makefile.gdoci


From: shishi-commit
Subject: shishi/doc Makefile.gdoci
Date: Sat, 01 Nov 2003 08:39:39 -0500

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/11/01 08:39:39

Modified files:
        doc            : Makefile.gdoci 

Log message:
        Add GDOC_TEXI_EXTRA_ARGS, GDOC_MAN_EXTRA_ARGS.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/doc/Makefile.gdoci.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: shishi/doc/Makefile.gdoci
diff -u shishi/doc/Makefile.gdoci:1.1 shishi/doc/Makefile.gdoci:1.2
--- shishi/doc/Makefile.gdoci:1.1       Sat Nov  1 08:18:40 2003
+++ shishi/doc/Makefile.gdoci   Sat Nov  1 08:39:39 2003
@@ -32,7 +32,7 @@
          echo "gdoc_TEXINFOS += $(GDOC_TEXI_PREFIX)$$shortfile.texi" >> 
Makefile.gdoc; \
          echo "$(GDOC_TEXI_PREFIX)$$shortfile.texi: $$file" >> Makefile.gdoc; \
          echo 'TABmkdir -p `dirname address@hidden' | sed "s/TAB/\t/" >> 
Makefile.gdoc; \
-         echo 'TAB$$(PERL) $$(top_srcdir)/doc/gdoc -texinfo $$< > $$@' | sed 
"s/TAB/\t/" >> Makefile.gdoc; \
+         echo 'TAB$$(PERL) $$(top_srcdir)/doc/gdoc -texinfo 
$$(GDOC_TEXI_EXTRA_ARGS) $$< > $$@' | sed "s/TAB/\t/" >> Makefile.gdoc; \
          echo >> Makefile.gdoc; \
          functions=`$(PERL) $(srcdir)/gdoc -listfunc $$file`; \
          for function in $$functions; do \
@@ -40,12 +40,12 @@
            echo "gdoc_TEXINFOS += $(GDOC_TEXI_PREFIX)$$function.texi" >> 
Makefile.gdoc; \
            echo "$(GDOC_TEXI_PREFIX)$$function.texi: $$file" >> Makefile.gdoc; 
\
            echo 'TABmkdir -p `dirname address@hidden' | sed "s/TAB/\t/" >> 
Makefile.gdoc; \
-           echo 'TAB$$(PERL) $$(top_srcdir)/doc/gdoc -texinfo -function'" 
$$function"' $$< > $$@' | sed "s/TAB/\t/" >> Makefile.gdoc; \
+           echo 'TAB$$(PERL) $$(top_srcdir)/doc/gdoc -texinfo 
$$(GDOC_TEXI_EXTRA_ARGS) -function'" $$function"' $$< > $$@' | sed "s/TAB/\t/" 
>> Makefile.gdoc; \
            echo >> Makefile.gdoc; \
            echo "gdoc_MANS += $(GDOC_MAN_PREFIX)$$function.3" >> 
Makefile.gdoc; \
            echo "$(GDOC_MAN_PREFIX)$$function.3: $$file" >> Makefile.gdoc; \
            echo 'TABmkdir -p `dirname address@hidden' | sed "s/TAB/\t/" >> 
Makefile.gdoc; \
-           echo 'TAB$$(PERL) $$(top_srcdir)/doc/gdoc -man -module $$(PACKAGE) 
-sourceversion $$(VERSION) -bugsto $$(PACKAGE_BUGREPORT) -includefuncprefix 
-seeinfo $$(PACKAGE) -copyright "2002, 2003 Simon Josefsson" -verbatimcopying 
-function'" $$function"' $$< > $$@' | sed "s/TAB/\t/" >> Makefile.gdoc; \
+           echo 'TAB$$(PERL) $$(top_srcdir)/doc/gdoc -man 
$$(GDOC_MAN_EXTRA_ARGS) -function'" $$function"' $$< > $$@' | sed "s/TAB/\t/" 
>> Makefile.gdoc; \
            echo >> Makefile.gdoc; \
          done; \
          echo >> Makefile.gdoc; \




reply via email to

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