diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-18 11:13:39 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-18 11:13:39 +0000 |
commit | 1e18e5923893cab7fea7287796c3733485966683 (patch) | |
tree | 40d65401bd47d3612fa14c42e7c4816e9275c6af /Makefile | |
parent | 08fef7814e979856ac51a9bbea510f49e13ee1b0 (diff) | |
download | mandoc-1e18e5923893cab7fea7287796c3733485966683.tar.gz |
Re-added HTML changelog.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ GSGMLS = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml manuals.7.sgml \ mandoc_char.7.sgml man.7.sgml man.3.sgml SGMLS = index.sgml $(GSGMLS) XSLS = ChangeLog.xsl -HTMLS = index.html mandoc.1.html mdoc.3.html \ +HTMLS = index.html mandoc.1.html mdoc.3.html ChangeLog.html \ man.3.html mdoc.7.html man.7.html mandoc_char.7.html \ manuals.7.html TEXTS = mandoc.1.txt mdoc.3.txt man.3.txt mdoc.7.txt man.7.txt \ |