Ensure that 'make htmldocs' rebuilds built manpages
This commit is contained in:
parent
fa36d8a97b
commit
cfb0480c1a
2
Makefile
2
Makefile
|
@ -133,5 +133,5 @@ dist: distdir
|
||||||
|
|
||||||
HTMLDIR=html
|
HTMLDIR=html
|
||||||
|
|
||||||
htmldocs:
|
htmldocs: $(BUILTMAN)
|
||||||
perl $(HOME)/src/perl/Parse-Man/examples/man-to-html.pl -O $(HTMLDIR) --file-extension tmpl --link-extension html --template home_lou.tt2 --also man/also man/*.3 man/*.7
|
perl $(HOME)/src/perl/Parse-Man/examples/man-to-html.pl -O $(HTMLDIR) --file-extension tmpl --link-extension html --template home_lou.tt2 --also man/also man/*.3 man/*.7
|
||||||
|
|
Loading…
Reference in New Issue