Skip to content

Commit

Permalink
Include spec file in dist tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
jfriesse committed Nov 23, 2010
1 parent 7390edc commit cf9f5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ TAGS:

dist:
mkdir -p $(PROGRAM_NAME)-$(VERSION_SH)
cp AUTHORS COPYING Makefile *.[ch] $(PROGRAM_NAME).8 $(PROGRAM_NAME)-$(VERSION_SH)/
cp AUTHORS COPYING Makefile *.[ch] $(PROGRAM_NAME).8 $(PROGRAM_NAME).spec $(PROGRAM_NAME)-$(VERSION_SH)/
tar -czf $(PROGRAM_NAME)-$(VERSION_SH).tar.gz $(PROGRAM_NAME)-$(VERSION_SH)
rm -rf $(PROGRAM_NAME)-$(VERSION_SH)

Expand Down

0 comments on commit cf9f5f6

Please sign in to comment.