From: Michael Stapelberg Date: Sun, 31 Jul 2011 20:18:48 +0000 (+0200) Subject: make dist: cleanup τεχ files before copying X-Git-Tag: 4.0~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e0703b8150345541f6e4a5ef8757d622171d1d56;p=i3%2Fi3 make dist: cleanup τεχ files before copying --- diff --git a/Makefile b/Makefile index a29fe59e..06063c01 100644 --- a/Makefile +++ b/Makefile @@ -99,6 +99,8 @@ dist: distclean mkdir i3-${VERSION}/docs # Pre-generate documentation make -C docs + # Cleanup τεχ output files + find docs -regex ".*\.\(aux\|out\|log\|toc\|bm\|dvi\|log\)" -exec rm '{}' \; find docs -maxdepth 1 -type f ! \( -name "*.xcf" -or -name "*.svg" \) -exec cp '{}' i3-${VERSION}/docs \; # Only copy source code from i3-input mkdir i3-${VERSION}/i3-input