1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

Streamline the "testsuite" and "srcdoc" make targets

This commit is contained in:
Alexander Barton 2024-02-10 00:03:13 +01:00
parent ea7f4e07b7
commit c0b8b94550
2 changed files with 3 additions and 6 deletions

View File

@ -30,10 +30,10 @@ maintainer-clean-local:
rm -f config.log debian
testsuite:
cd src/testsuite && ${MAKE} check
${MAKE} -C src/testsuite check
srcdoc:
cd doc && ${MAKE} srcdoc
${MAKE} -C doc/src srcdoc
rpm: distcheck
rpm -ta ngircd-*.tar.gz

View File

@ -86,9 +86,6 @@ uninstall-hook:
uninstall-config:
rm -f $(DESTDIR)$(sysconfdir)/ngircd.conf
srcdoc:
${MAKE} -C src srcdoc
.PHONY: install-config uninstall-config srcdoc
.PHONY: install-config uninstall-config
# -eof-