X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom.git;a=blobdiff_plain;f=Makefile;h=68d1fdfdf93aa0e0527d334d46796a125cc013ba;hp=1bd0d40e70f01782d66effed03c24a678394d128;hb=1d9899f2726e343ccc813414d0d369e7360638ba;hpb=f58f1e6d9a3d9e8f31c8bb80e3a422f4312109ba diff --git a/Makefile b/Makefile index 1bd0d40..68d1fdf 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,9 @@ dist: cd .. && tar cvzf blosxom-$(VERSION).tar.gz --exclude=CVS --exclude='*~' --exclude=".??*" --exclude="#*#" --exclude="*.t" blosxom-$(VERSION)/ rm -rf ../blosxom-$(VERSION)/ +test: + prove t/*.t + +tidycheck: + perltidy blosxom.cgi | diff -u blosxom.cgi -