Install docs with a single cp, rather than using a for loop.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1797
This commit is contained in:
parent
da950e2321
commit
7b07b99fa2
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ $(STAGING_DIR): launcher $(TOPLEVEL_DOCS)
|
|||
./cp-with-libs $(TOPLEVEL)/setup/chocolate-setup "$(APP_BIN_DIR)"
|
||||
$(STRIP) "$(APP_BIN_DIR)/chocolate-setup"
|
||||
|
||||
for d in $(DOC_FILES); do cp $(TOPLEVEL)/$$d $(STAGING_DIR)/; done
|
||||
cp $(TOPLEVEL_DOCS) "$(STAGING_DIR)"
|
||||
|
||||
find $(STAGING_DIR) -name .svn -delete -exec rm -rf {} \; || true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue