summaryrefslogtreecommitdiffstatshomepage
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
commitb967084cefd49d80a701d5c6c4dfde5b516ad20b (patch)
tree333187e155bc31ed1a61819d86265823caf3a99f /Makefile
parentcb427bff4aa7e8472e783055bf9902d03165cf39 (diff)
downloadmandoc-b967084cefd49d80a701d5c6c4dfde5b516ad20b.tar.gz
mandoc-b967084cefd49d80a701d5c6c4dfde5b516ad20b.tar.zst
mandoc-b967084cefd49d80a701d5c6c4dfde5b516ad20b.zip
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