From 1797daf1d5d8fd126d884069d93cf58b3d8e7ac1 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 30 Mar 2010 13:20:04 +0200 Subject: [PATCH] makefile: pre-generate docs/ --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index dfdc7a74..b738f309 100644 --- 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 -- 2.39.5