summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 13:15:38 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 13:15:38 +0000
commit95139f9e9adf4cab180cc5b4906de26296dcd698 (patch)
tree4b9e61dc4794888fde3ef11a3954ed046420be24 /Makefile
parentd7ddf4463ca2aeccf4afd41006e86ebf22df6529 (diff)
downloadmandoc-95139f9e9adf4cab180cc5b4906de26296dcd698.tar.gz
Note the TODO file on the website. Also install index.html (oops).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b1559ea6..7f619478 100644
--- a/Makefile
+++ b/Makefile
@@ -242,9 +242,9 @@ install: all
installwww: www
mkdir -p $(PREFIX)/snapshots
- $(INSTALL_DATA) $(INDEX_MANS) $(PREFIX)
+ $(INSTALL_DATA) index.html external.png index.css $(PREFIX)
+ $(INSTALL_DATA) $(INDEX_MANS) style.css $(PREFIX)
$(INSTALL_DATA) mandoc.h.html man.h.html mdoc.h.html $(PREFIX)
- $(INSTALL_DATA) external.png style.css index.css $(PREFIX)
$(INSTALL_DATA) mdocml.tar.gz $(PREFIX)/snapshots
$(INSTALL_DATA) mdocml.md5 $(PREFIX)/snapshots
$(INSTALL_DATA) mdocml.tar.gz $(PREFIX)/snapshots/mdocml-$(VERSION).tar.gz