Skip to content

Commit

Permalink
add docs to install target
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Oct 1, 2013
1 parent d744bec commit aed004c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions win32.mak
Expand Up @@ -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

0 comments on commit aed004c

Please sign in to comment.