Update FSF address, add new 'licensecheck' target (thanks Michael Scherer).
[whenjobs.git] / Makefile.am
index 43933f2..74d552e 100644 (file)
@@ -27,3 +27,9 @@ SUBDIRS = \
        tests/jobs
 
 CLEANFILES = *~
+
+rpm: dist
+       rpmbuild -ta $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz
+
+licensecheck:
+       licensecheck -c '\.(c|h|ml|mli|am|ac|m4|sh)$$' $$(git ls-files)