Skip to content

Commit

Permalink
don't overwrite install.sh/install.sh.sig when rsyncing
Browse files Browse the repository at this point in the history
- meant for the https://dlang.org/install.sh script
  • Loading branch information
MartinNowak committed Jan 17, 2016
1 parent 6939933 commit 84992bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -279,7 +279,7 @@ clean:
rm -f docs.json docs-prerelease.json dpl-docs/dpl-docs
@echo You should issue manually: rm -rf ${DMD_DIR}-${LATEST} ${DRUNTIME_DIR}-${LATEST} ${PHOBOS_DIR}-${LATEST} ${STABLE_DMD_ROOT} ${DUB_DIR}

RSYNC_FILTER=-f 'P /Usage' -f 'P /.dpl_rewrite*'
RSYNC_FILTER=-f 'P /Usage' -f 'P /.dpl_rewrite*' -f 'P /install.sh*'

rsync : all kindle pdf
rsync -avzO --chmod=u=rwX,g=rwX,o=rX --delete $(RSYNC_FILTER) $(DOC_OUTPUT_DIR)/ $(REMOTE_DIR)/
Expand Down

0 comments on commit 84992bd

Please sign in to comment.