diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-07-18 18:32:20 -0400 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-07-18 18:32:20 -0400 |
commit | 7210a1a695d59d928fc32079d09c1d965cf6e9ad (patch) | |
tree | 5e1b86ec0b8170dfad394025b436cae7186584f0 /Makefile | |
parent | 95d98c95e84891b2809ce88bb6640e6881357451 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |