]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (web-manual): Make this target actually work.
authorPeter O'Gorman <peter@pogma.com>
Sat, 5 Feb 2005 13:49:16 +0000 (13:49 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sat, 5 Feb 2005 13:49:16 +0000 (13:49 +0000)
ChangeLog
Makefile.am

index 05bddb059cce132887ab2abf81424bc18ae73791..845d7713f44153ce53935f7bcc6492cf968012ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-05  Peter O'Gorman  <peter@pogma.com>
+
+       * Makefile.am (web-manual): Make this target actually work.
+
 2005-02-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * ltmain.in (link mode): Allow five digits in version-info 
index 7461fd5fa33b541a90adb080c1aa92e39421da61..b9bd63229caae37eb7349ab557f389747cd72357 100644 (file)
@@ -270,7 +270,6 @@ delta-xdelta: prev-tarball new-tarball got-xdelta
 
 .PHONY: web-manual
 web-manual:
-       @$(LN_S) $(top_srcdir)/doc/libtool.texi doc/manual.texi
-       $(TEXI2HTML) -I doc -monolithic -number -verbose doc/manual.texi
-       @mv doc/manual.html manual.html
-       @rm -f doc/manual.texi
+       @$(LN_S) $(top_srcdir)/doc/libtool.texi manual.texi
+       $(TEXI2HTML) -I $(top_srcdir)/doc -monolithic -number -verbose manual.texi
+       @rm -f manual.texi