]> arthur.barton.de Git - ngircd.git/blobdiff - Makefile.am
Streamline the "testsuite" and "srcdoc" make targets
[ngircd.git] / Makefile.am
index ae29ac18acc18fe1e5c125f53b4954dfa6b621fc..3ec3965b3871332a550542b00d4121178d596085 100644 (file)
@@ -30,13 +30,10 @@ maintainer-clean-local:
        rm -f config.log debian
 
 testsuite:
-       cd src/testsuite && ${MAKE} check
-
-lint:
-       cd src/ngircd && ${MAKE} lint
+       ${MAKE} -C src/testsuite check
 
 srcdoc:
-       cd doc && ${MAKE} srcdoc
+       ${MAKE} -C doc/src srcdoc
 
 rpm: distcheck
        rpm -ta ngircd-*.tar.gz
@@ -45,6 +42,6 @@ deb:
        [ -f debian/rules ] || ln -s contrib/Debian debian
        dpkg-buildpackage --build=binary
 
-.PHONY: deb lint rpm srcdoc testsuite
+.PHONY: deb rpm srcdoc testsuite
 
 # -eof-