Skip to content

Commit

Permalink
Added rsync-only target
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Apr 8, 2012
1 parent f8ef01e commit 7216fe1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions posix.mak
Expand Up @@ -160,6 +160,9 @@ clean:
rsync : all
rsync -avz $(DOC_OUTPUT_DIR)/ d-programming@digitalmars.com:data/

rsync-only :
rsync -avz $(DOC_OUTPUT_DIR)/ d-programming@digitalmars.com:data/

pdf : $(PDFTARGETS)

d-intro.pdf:
Expand Down

0 comments on commit 7216fe1

Please sign in to comment.