Skip to content

Commit

Permalink
Remove not needed file, add bib to release
Browse files Browse the repository at this point in the history
  • Loading branch information
ogheorghies committed Feb 2, 2019
1 parent 167a8fd commit e68956b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ release:
cp manual/metauml-manual.pdf dist/build/doc/metauml-manual-$(TAG_NAME)-$(REVISION_ID).pdf
cp src/*.mp dist/build/inputs
cp -r manual dist/build/examples/
find dist/build/examples/ -type f -not -name "*.mp" -not -name "*.tex" | xargs rm
find dist/build/examples/ -type f -not -name "*.mp" -not -name "*.tex" -not -name "*.bib" | xargs rm

release-tgz:
[ -d dist/archive ] || mkdir -p dist/archive
Expand Down
11 changes: 0 additions & 11 deletions manual/macro.tex

This file was deleted.

0 comments on commit e68956b

Please sign in to comment.