Fix mistakes in cptest asserts
[oweals/dinit.git] / Makefile
index faa146c6d1666f11a7318e8be0b0381b8ea55cb2..9cd695d75ac857d155f48b295a278ad9f500a917 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@
 
 all:
        $(MAKE) -C src all
+       $(MAKE) -C doc/manpages all
        @echo "***"
        @echo "*** Build complete; use \"make check\" to run unit tests, \"make check-igr\" for"
        @echo "*** integration tests, or \"make install\" to install."
@@ -22,3 +23,4 @@ install:
 
 clean:
        $(MAKE) -C src clean
+       $(MAKE) -C doc/manpages clean