From be5b6b6d89a6f41b12ae394511920dd626c87e0a Mon Sep 17 00:00:00 2001 From: nofreude Date: Wed, 10 Oct 2001 10:32:57 +0000 Subject: [PATCH] fixed the html-command --- doc/scsh-manual/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/scsh-manual/Makefile b/doc/scsh-manual/Makefile index c0ce8cb..8f39304 100644 --- a/doc/scsh-manual/Makefile +++ b/doc/scsh-manual/Makefile @@ -19,15 +19,15 @@ man.ind: man.idx clean: -rm *.log - rm -r html + rm -rf html INSTALL_DATA= install -c -m 644 tar: tar cf - *.tex sty | gzip > man.tar.gz -html: - tex2page man +html: $(TEX) + tex2page man && tex2page man install: man.ps @echo WARNING: