Skip to content

Commit

Permalink
Add testsuite.sh to source tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Jul 5, 2014
1 parent 7b95d5b commit 433de0e
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 @@ -34,7 +34,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p abduco-${VERSION}
@cp -R LICENSE Makefile README config.def.h config.mk \
@cp -R LICENSE Makefile README testsuite.sh config.def.h config.mk \
${SRC} debug.c client.c server.c forkpty-aix.c abduco.1 abduco-${VERSION}
@tar -cf abduco-${VERSION}.tar abduco-${VERSION}
@gzip abduco-${VERSION}.tar
Expand Down

0 comments on commit 433de0e

Please sign in to comment.