Skip to content

Commit

Permalink
Merge pull request #1610 from WalterBright/fix-install
Browse files Browse the repository at this point in the history
add docs to install target
  • Loading branch information
andralex committed Oct 13, 2013
2 parents 38b6c93 + aed004c commit c801152
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 c801152

Please sign in to comment.