enigma-cvs
[Top][All Lists]
Advanced

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

[Enigma-cvs] enigma/doc/refman Makefile.am,1.3,1.4


From: Ralf Westram <address@hidden>
Subject: [Enigma-cvs] enigma/doc/refman Makefile.am,1.3,1.4
Date: Wed, 12 Nov 2003 09:23:22 +0000

Update of /cvsroot/enigma/enigma/doc/refman
In directory subversions:/tmp/cvs-serv14755/doc/refman

Modified Files:
        Makefile.am 
Log Message:
- added verbose flag and use init file 'texi2html.init'
- output also depends on texi2html.init
- options coded into texi2html.init



Index: Makefile.am
===================================================================
RCS file: /cvsroot/enigma/enigma/doc/refman/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.am 23 Oct 2003 17:41:05 -0000      1.3
--- Makefile.am 12 Nov 2003 09:23:19 -0000      1.4
***************
*** 8,16 ****
  html_DATA = $(HTML)
  
! enigma-ref.html: enigma-ref.texi
        @if [ "${TEXI2HTML}" ]; then \
          echo "Creating reference manual"; \
          echo "... texi2html ..."; \
!         ${TEXI2HTML} -nosec_nav -short_ref enigma-ref.texi; \
        else \
          echo "Warning: texi2html not found"; \
--- 8,16 ----
  html_DATA = $(HTML)
  
! enigma-ref.html: enigma-ref.texi texi2html.init
        @if [ "${TEXI2HTML}" ]; then \
          echo "Creating reference manual"; \
          echo "... texi2html ..."; \
!         ${TEXI2HTML} -Verbose -init_file texi2html.init enigma-ref.texi; \
        else \
          echo "Warning: texi2html not found"; \





reply via email to

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