Skip to content

Commit

Permalink
Added tests to distribution tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
mjg0 committed Dec 31, 2023
1 parent 8e9d152 commit 06887ec
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 @@ -32,7 +32,7 @@ install:

# Distrib target
distrib: install
cp Makefile $(DOCS) $(DESTDIR)
cp -r test Makefile $(DOCS) $(DESTDIR)
cp $(MAN_PAGE_MD) $(DESTDIR)/$(MAN_PAGE_MD)
tar -czf $(TARBALL) $(DESTDIR)

Expand Down

0 comments on commit 06887ec

Please sign in to comment.