Skip to content

Commit

Permalink
excludes are not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ge-ne committed Apr 13, 2020
1 parent f311708 commit de3cc74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ dist: Changes.pdf install.pdf
@( cd doc; make)
@( cd ..; rm -f $(DIRNO).tar.gz; \
tar -cvzf $(DIRNO).tar.gz $(DISTFILES:%=$(DIR)/%) \
--owner bibtool --group bibtool \
--exclude CVS --exclude config.status )
--owner bibtool --group bibtool )
@gpg -a -b ../$(DIRNO).tar.gz
@( cd ..; rm -f $(DIRNO).zip; \
zip -r $(DIRNO).zip $(DISTFILES:%=$(DIR)/%) \
Expand Down

0 comments on commit de3cc74

Please sign in to comment.