fixed the html-command

This commit is contained in:
nofreude 2001-10-10 10:32:57 +00:00
parent 0671cdc0a8
commit be5b6b6d89
1 changed files with 3 additions and 3 deletions

View File

@ -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: