DEB updates

This commit is contained in:
David Schmenk 2013-09-20 18:57:30 -07:00
parent 31dccb66a8
commit 384be612f2
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ dist:
-rm -rf $(DISTDIR)
mkdir $(DISTDIR)
-chmod 777 $(DISTDIR)
-cp * $(DISTDIR)
cp LICENSE.txt $(DISTDIR)
cp README.md $(DISTDIR)
cp Makefile $(DISTDIR)
cp -R ./debian $(DISTDIR)
cp -R ./docs $(DISTDIR)
cp -R ./share $(DISTDIR)