Skip to content

Commit

Permalink
Fixed unlisted bug in building latest Phobos dox and made clean less …
Browse files Browse the repository at this point in the history
…agressive
  • Loading branch information
andralex committed Jan 22, 2012
1 parent 128f6bd commit 30545e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DMD=dmd
DMD_DIR=../dmd
PHOBOS_DIR=../phobos
DRUNTIME_DIR=../druntime
DOC_OUTPUT_DIR=../web
DOC_OUTPUT_DIR=./web
GIT_HOME=git@github.com:D-Programming-Language

# Latest released version
Expand Down Expand Up @@ -151,8 +151,8 @@ zip:
zip32 doc $(IMG)

clean:
rm -rf $(DOC_OUTPUT_DIR) ${DMD_DIR}.${LATEST} ${LATEST}.ddoc
rm -rf ${DRUNTIME_DIR}.${LATEST} ${PHOBOS_DIR}.${LATEST}
rm -rf $(DOC_OUTPUT_DIR) ${LATEST}.ddoc
@echo You should issue manually: rm -rf ${DMD_DIR}.${LATEST} ${DRUNTIME_DIR}.${LATEST} ${PHOBOS_DIR}.${LATEST}

rsync : all
rsync -avz $(DOC_OUTPUT_DIR)/ d-programming@digitalmars.com:data/
Expand Down Expand Up @@ -238,4 +238,5 @@ ${DOC_OUTPUT_DIR}/phobos/index.html : \
release html \
DMD=${DMD_DIR}.${LATEST}/src/dmd \
DDOC=${DMD_DIR}.${LATEST}/src/dmd \
DRUNTIME_PATH=${DRUNTIME_DIR}.${LATEST} \
DOC_OUTPUT_DIR=${DOC_OUTPUT_DIR}/phobos

0 comments on commit 30545e3

Please sign in to comment.