1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Allow creating the HTML documentation with texi2html or makeinfo.

This commit is contained in:
Bruno Haible
2007-09-09 01:31:47 +00:00
parent 081142fe92
commit 597eaaa4ab
3 changed files with 34 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ TEXI2DVI = texi2dvi
DVIPS = dvips -D600
TEXI2PDF = texi2pdf
MAKEINFO = LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo
TEXI2HTML = texi2html
TEXI2HTML = perl $(srcdir)/texi2html
# Programs used by "make install":
INSTALL = @INSTALL@
@@ -99,11 +99,11 @@ $(srcdir)/gperf.pdf : $(srcdir)/gperf.texi $(srcdir)/gpl.texinfo
html : gperf.html gperf_toc.html
gperf.html : $(srcdir)/gperf.texi $(srcdir)/gpl.texinfo
cd $(srcdir) && $(TEXI2HTML) -expandinfo -number -monolithic gperf.texi
cd $(srcdir) && $(TEXI2HTML) -number -monolithic gperf.texi
gperf_toc.html : $(srcdir)/gperf.texi $(srcdir)/gpl.texinfo
cd $(srcdir) && $(RM) gperf_*.html
cd $(srcdir) && $(TEXI2HTML) -expandinfo -number -split_chapter gperf.texi
cd $(srcdir) && $(TEXI2HTML) -number -split_chapter gperf.texi
install : all force