diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-01-18 14:27:18 +0000 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-01-18 14:27:18 +0000 |
commit | 14d6bb736ca3f03ad2410958ff312ccff15765fe (patch) | |
tree | a19d8f5ac3fe1dedae299b0c33b3e332f0bcdde3 /Makefile | |
parent | a4f9cc6d7fd6e70dc404808f8db0e453f22f1029 (diff) | |
download | termo-14d6bb736ca3f03ad2410958ff312ccff15765fe.tar.gz termo-14d6bb736ca3f03ad2410958ff312ccff15765fe.tar.xz termo-14d6bb736ca3f03ad2410958ff312ccff15765fe.zip |
Use the 'also' list for aliased pages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,4 +130,4 @@ dist: distdir HTMLDIR=html htmldocs: - perl $(HOME)/src/perl/Parse-Man/examples/man-to-html.pl -O $(HTMLDIR) --file-extension tmpl --link-extension html --template home_lou.tt2 man/*.3 + 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 |