]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-01-09 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Fri, 8 Jan 1999 17:05:35 +0000 (17:05 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Fri, 8 Jan 1999 17:05:35 +0000 (17:05 +0000)
* Makefile.in (html): New target. Generate HTML documentation.
Contributed by Wilfredo Sanchez <wsanchez@apple.com>.

ChangeLog
Makefile.in
doc/Makefile.in

index 3902c1915596238fb29fbcf32b4427245eeb9b98..4a4d891b119f4a862746d84e3f7e8ec542723516 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-01-09  Ben Elliston  <bje@cygnus.com>
 
+       * Makefile.in (html): New target. Generate HTML documentation.
+       Contributed by Wilfredo Sanchez <wsanchez@apple.com>.
+       
        * autoconf.texi (AC_CHECK_LIB): Explain more. Contributed by Bob
        Friesenhahn <bfriesen@simple.dallas.tx.us>.
        (UPDATED): Bump to 1999.
index a6c94d45c57029016c34ec6d2dee0bb2a345c1ba..00e3d1e9a01c062f069a53945dd3615cd3e98f21 100644 (file)
@@ -26,6 +26,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
 MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
+TEXI2HTML = texi2html
 M4 = @M4@
 AWK = @AWK@
 PERL = @PERL@
@@ -127,6 +128,14 @@ autoconf.dvi: autoconf.texi
 standards.dvi: standards.texi make-stds.texi
        $(TEXI2DVI) $(srcdir)/standards.texi
 
+html: autoconf_1.html standards_1.html
+
+autoconf_1.html: autoconf.texi
+       $(TEXI2HTML) -split_chapter $(srcdir)/autoconf.texi
+
+standards_1.html: standards.texi
+       $(TEXI2HTML) -split_chapter $(srcdir)/standards.texi
+
 check: all
        rootme=`pwd`; srcrootme=`cd $(srcdir); pwd`; \
        test -r install-sh || cp $(srcdir)/install-sh .; \
@@ -157,6 +166,9 @@ install: all $(M4FILES) acconfig.h installdirs install-info
        done; \
        else :; fi
 
+install-strip:
+       $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
+
 # Don't cd, to avoid breaking install-sh references.
 install-info: info installdirs
        if test -f autoconf.info; then \
@@ -191,7 +203,7 @@ config.status: configure
 maintainer-clean::
        @echo "This command is intended for maintainers to use;"
        @echo "rebuilding the deleted files requires makeinfo."
-       rm -f TAGS *.info* INSTALL
+       rm -f TAGS *.html* *.info* INSTALL
 
 clean mostlyclean distclean maintainer-clean::
        for dir in $(SUBDIRS); do \
index a6c94d45c57029016c34ec6d2dee0bb2a345c1ba..00e3d1e9a01c062f069a53945dd3615cd3e98f21 100644 (file)
@@ -26,6 +26,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
 MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
+TEXI2HTML = texi2html
 M4 = @M4@
 AWK = @AWK@
 PERL = @PERL@
@@ -127,6 +128,14 @@ autoconf.dvi: autoconf.texi
 standards.dvi: standards.texi make-stds.texi
        $(TEXI2DVI) $(srcdir)/standards.texi
 
+html: autoconf_1.html standards_1.html
+
+autoconf_1.html: autoconf.texi
+       $(TEXI2HTML) -split_chapter $(srcdir)/autoconf.texi
+
+standards_1.html: standards.texi
+       $(TEXI2HTML) -split_chapter $(srcdir)/standards.texi
+
 check: all
        rootme=`pwd`; srcrootme=`cd $(srcdir); pwd`; \
        test -r install-sh || cp $(srcdir)/install-sh .; \
@@ -157,6 +166,9 @@ install: all $(M4FILES) acconfig.h installdirs install-info
        done; \
        else :; fi
 
+install-strip:
+       $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
+
 # Don't cd, to avoid breaking install-sh references.
 install-info: info installdirs
        if test -f autoconf.info; then \
@@ -191,7 +203,7 @@ config.status: configure
 maintainer-clean::
        @echo "This command is intended for maintainers to use;"
        @echo "rebuilding the deleted files requires makeinfo."
-       rm -f TAGS *.info* INSTALL
+       rm -f TAGS *.html* *.info* INSTALL
 
 clean mostlyclean distclean maintainer-clean::
        for dir in $(SUBDIRS); do \