about summary refs log tree commit diff
path: root/Doc/Makefile.in
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-06-28 17:02:57 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-06-28 17:02:57 +0000
commit6ee1839f207eb681622d85522ace722feb96a200 (patch)
tree6aaa74af393603a24af6da7db392b1fd6cb0ef3d /Doc/Makefile.in
parenta25c40c6a06425d99b4816c62ccb33cfa76cd397 (diff)
downloadzsh-6ee1839f207eb681622d85522ace722feb96a200.tar.gz
zsh-6ee1839f207eb681622d85522ace722feb96a200.tar.xz
zsh-6ee1839f207eb681622d85522ace722feb96a200.zip
15160, 15169: Doc formatting changes for texinfo and .html files
Diffstat (limited to 'Doc/Makefile.in')
-rw-r--r--Doc/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Makefile.in b/Doc/Makefile.in
index 57b77b59e..cc2fbab38 100644
--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -40,7 +40,7 @@ INSTALL         = @INSTALL@
 MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
 DVIPS = dvips
-TEXI2HTML = texi2html -expandinfo -split_chapter
+TEXI2HTML = texi2html -expand info -split chapter
 
 .SUFFIXES: .yo .1
 
@@ -297,14 +297,14 @@ uninstall.info:
 # install HTML manual
 install.html: html
 	${SHELL} $(sdir_top)/mkinstalldirs $(DESTDIR)$(htmldir)
-	for file in zsh_*.html; do \
+	for file in zsh*.html; do \
 	    $(INSTALL_DATA) $$file $(DESTDIR)$(htmldir) || exit 1; \
 	done
 .PHONY: install.html
 
 # uninstall HTML manual
 uninstall.html:
-	rm -f $(DESTDIR)$(htmldir)/zsh_*.html
+	rm -f $(DESTDIR)$(htmldir)/zsh*.html
 .PHONY: uninstall.html
 
 # ========== DEPENDENCIES FOR CLEANUP ==========