-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make presentation archetype working...
- Loading branch information
1 parent
3d177c4
commit cd1d41a
Showing
3 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
copySupport: initDir | ||
find . -type d -path $(OUTPUTDIRECTORY) -prune -o -wholename "*/figures" -exec cp {} --parents -r ${OUTPUTDIRECTORY} \; | ||
# find . -type d -path $(OUTPUTDIRECTORY) -prune -o -wholename "*/figures" -exec cp {} --parents -r ${OUTPUTDIRECTORY} \; | ||
cp -r support/ ${OUTPUTDIRECTORY} | ||
cp .latexmkrc ${OUTPUTDIRECTORY} | ||
# cp latexmkrc ${OUTPUTDIRECTORY} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd1d41a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should check the makefiles from the book archetype… and issue #10