fixed the html-command
This commit is contained in:
parent
d58a86c1d3
commit
999823fde5
|
@ -19,15 +19,15 @@ man.ind: man.idx
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm *.log
|
-rm *.log
|
||||||
rm -r html
|
rm -rf html
|
||||||
|
|
||||||
INSTALL_DATA= install -c -m 644
|
INSTALL_DATA= install -c -m 644
|
||||||
|
|
||||||
tar:
|
tar:
|
||||||
tar cf - *.tex sty | gzip > man.tar.gz
|
tar cf - *.tex sty | gzip > man.tar.gz
|
||||||
|
|
||||||
html:
|
html: $(TEX)
|
||||||
tex2page man
|
tex2page man && tex2page man
|
||||||
|
|
||||||
install: man.ps
|
install: man.ps
|
||||||
@echo WARNING:
|
@echo WARNING:
|
||||||
|
|
Loading…
Reference in New Issue