]> git.sur5r.net Git - i3/i3/commitdiff
makefile: pre-generate docs/
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 30 Mar 2010 11:20:04 +0000 (13:20 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 30 Mar 2010 11:20:04 +0000 (13:20 +0200)
Makefile

index dfdc7a742a58ed77b60e9901abcb6ac894ca7109..b738f309ac8f05c78a8e4c1c4c2750def5458eba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,8 @@ dist: distclean
        cp -r src i3-msg include man i3-${VERSION}
        # Only copy toplevel documentation (important stuff)
        mkdir i3-${VERSION}/docs
+       # Pre-generate documentation
+       make -C docs
        find docs -maxdepth 1 -type f ! -name "*.xcf" -exec cp '{}' i3-${VERSION}/docs \;
        # Only copy source code from i3-input
        mkdir i3-${VERSION}/i3-input