cake
/
libfontcharacter
Archived
1
0
Fork 0

Corrected a few things.

This commit is contained in:
Thomas Touhey 2017-02-24 11:55:13 +01:00
parent d89dad0d20
commit 25a5f2e1b6
1 changed files with 3 additions and 2 deletions

View File

@ -39,7 +39,7 @@ uninstall: uninstall-lib uninstall-doc
reinstall: uninstall install
# Make a distribution tarball
dist: mrproper
dist: mrproper ./reference/.git
$(call bcmd,mkdir,lib$(NAME)-$(VERSION),\
$(MD) .dist)
$(call bcmd,cp,* lib$(NAME)-$(VERSION),\
@ -48,7 +48,8 @@ dist: mrproper
$(MV) .dist lib$(NAME)-$(VERSION))
$(call bcmd,tarball,lib$(NAME)-$(VERSION),\
tar czf lib$(NAME)-$(VERSION).tar.gz \
--exclude .git lib$(NAME)-$(VERSION))
--exclude .git --exclude .gitignore \
lib$(NAME)-$(VERSION))
$(call qcmd,$(RM) -r lib$(NAME)-$(VERSION))
# Count number of lines of code