fixed the html-command
This commit is contained in:
parent
0671cdc0a8
commit
be5b6b6d89
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue