add docs to install target

This commit is contained in:
Walter Bright 2013-09-30 17:47:46 -07:00
parent d744bec6d4
commit aed004cac5

View file

@ -815,5 +815,9 @@ cleanhtml:
install: phobos.zip
$(CP) phobos.lib phobos64.lib $(DIR)\windows\lib
$(CP) $(DRUNTIME)\lib\gcstub.obj $(DRUNTIME)\lib\gcstub64.obj $(DIR)\windows\lib
+rd/s/q $(DIR)\html\d\phobos
+md $(DIR)\html\d\phobos
$(CP) $(DOCS) $(DIR)\html\d\phobos
$(CP) $(DOC)\phobos.html $(DIR)\html\d\phobos\index.html
+rd/s/q $(DIR)\src\phobos
unzip -o phobos.zip -d $(DIR)\src\phobos