]> git.sur5r.net Git - i3/i3/blobdiff - man/Makefile
Merge pull request #1651 from tanderson92/pkgconfig
[i3/i3] / man / Makefile
index e7dec5725234748c0c58925fef813b42c328e125..e4cee0cc3c5433e8ad7fb981670e2aebeebb13ed 100644 (file)
@@ -1,2 +1,7 @@
 all:
-       a2x -L -f manpage --asciidoc-opts="-f asciidoc.conf" i3.man
+       $(MAKE) -C .. mans
+
+clean:
+       $(MAKE) -C .. clean-mans
+
+.PHONY: all clean