Skip to content

Commit

Permalink
include cfgparser tests in dist tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitch committed Feb 23, 2025
1 parent d5d58e8 commit 6c1b7c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ dist: distclean
install -m 644 mime/* ./$(DISTDIR)/mime
install -d ./$(DISTDIR)/desktop
install -m 644 desktop/* ./$(DISTDIR)/desktop
install -d ./$(DISTDIR)/test
install -m 644 test/* ./$(DISTDIR)/test
tar -cvzf ../$(DISTDIR).tar.gz $(DISTDIR)/
rm -rf ./$(DISTDIR)

Expand Down

0 comments on commit 6c1b7c4

Please sign in to comment.