mirror of
https://github.com/dlang/phobos.git
synced 2025-05-10 05:41:56 +03:00
add docs to install target
This commit is contained in:
parent
d744bec6d4
commit
aed004cac5
1 changed files with 4 additions and 0 deletions
|
@ -815,5 +815,9 @@ cleanhtml:
|
||||||
install: phobos.zip
|
install: phobos.zip
|
||||||
$(CP) phobos.lib phobos64.lib $(DIR)\windows\lib
|
$(CP) phobos.lib phobos64.lib $(DIR)\windows\lib
|
||||||
$(CP) $(DRUNTIME)\lib\gcstub.obj $(DRUNTIME)\lib\gcstub64.obj $(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
|
+rd/s/q $(DIR)\src\phobos
|
||||||
unzip -o phobos.zip -d $(DIR)\src\phobos
|
unzip -o phobos.zip -d $(DIR)\src\phobos
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue