"make deb" to build the debian package

This commit is contained in:
Pascal Brisset
2005-02-19 19:12:49 +00:00
parent 81e7cb7f3f
commit 43b4247589
4 changed files with 31 additions and 24 deletions
+3
View File
@@ -113,6 +113,9 @@ install : static t1
uninstall :
./Makefile.pl -uninstall -destdir $(DESTDIR)
deb :
dpkg-buildpackage -rfakeroot
clean:
find . -name Makefile -mindepth 2 -exec sh -c '$(MAKE) -C `dirname {}` $@' \;
find . -name '*~' -exec rm -f {} \;