summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@tutanota.com>2024-07-18 18:32:20 -0400
committerLouie Shprung <lshprung@tutanota.com>2024-07-18 18:32:20 -0400
commit7210a1a695d59d928fc32079d09c1d965cf6e9ad (patch)
tree5e1b86ec0b8170dfad394025b436cae7186584f0 /Makefile
parent95d98c95e84891b2809ce88bb6640e6881357451 (diff)
Add GNU AutomakeHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ec926e..f9956ac 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ debmake \
Flex \
GNU_Autoconf \
GNU_Autoconf_Archive \
+GNU_Automake \
GNU_Bash \
GNU_Bison \
GNU_Make
@@ -36,4 +37,4 @@ $(SUPPORTED_TARGETS):
$(SRC_MAKE_CALL) DOCSET_NAME=$@
$(BUILD_DIR)/%.tgz: $(BUILD_DIR)/%.docset
- tar --exclude='.DS_Store' -czf $@ $(basename $@).docset
+ tar --exclude='.DS_Store' -czf $@ -C $(BUILD_DIR) $(notdir $(basename $@).docset)