From: Michael Stapelberg Date: Tue, 30 Mar 2010 11:20:04 +0000 (+0200) Subject: makefile: pre-generate docs/ X-Git-Tag: 4.0~14^2~96 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5ac7a52573c22b23a65df52d7659eb4465dd7e82;p=i3%2Fi3 makefile: pre-generate docs/ --- diff --git a/Makefile b/Makefile index 4c08e92d..264dd83c 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,8 @@ dist: distclean cp -r src i3-msg i3-nagbar i3-config-wizard yajl-fallback 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