]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: include i3-input/i3-input.mk in the dist tarballs
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 22 Jul 2012 19:04:35 +0000 (21:04 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 22 Jul 2012 19:04:35 +0000 (21:04 +0200)
Makefile

index 94c9c63e2bb6e4b1934e40c14acd3bbad51ebecb..ed0291ed41823e2def93f86b852599f420fb62e0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ dist: distclean
        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
-       find i3-input -maxdepth 1 -type f \( -name "*.c" -or -name "*.h" -or -name "Makefile" \) -exec cp '{}' i3-${VERSION}/i3-input \;
+       find i3-input -maxdepth 1 -type f \( -name "*.c" -or -name "*.mk" -or -name "*.h" -or -name "Makefile" \) -exec cp '{}' i3-${VERSION}/i3-input \;
        sed -e 's/^GIT_VERSION:=\(.*\)/GIT_VERSION:=$(shell /bin/echo '${GIT_VERSION}' | sed 's/\\/\\\\/g')/g;s/^VERSION:=\(.*\)/VERSION:=${VERSION}/g' common.mk > i3-${VERSION}/common.mk
        # Pre-generate a manpage to allow distributors to skip this step and save some dependencies
        $(MAKE) mans