From e0703b8150345541f6e4a5ef8757d622171d1d56 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 31 Jul 2011 22:18:48 +0200 Subject: [PATCH] =?UTF-8?q?make=20dist:=20cleanup=20=CF=84=CE=B5=CF=87=20f?= =?UTF-8?q?iles=20before=20copying?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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