summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkarnigen <karnigen@gmail.com>2024-02-07 21:00:07 +0100
committerkarnigen <karnigen@gmail.com>2024-02-07 21:00:07 +0100
commit048dc5f396314f82c9e2817f2f86efc4b0234848 (patch)
tree212d810d415b7468323aa22249cf7a810970c3e1 /Makefile
parente5b42c47aecd305ad743efc5b1cfd7ca48b20b2f (diff)
move inx directory creation to python
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c4e21410..a13efed9 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,7 @@ manual:
.PHONY: inx
inx: version locales
- mkdir -p inx
- python bin/generate-inx-files; \
+ python bin/generate-inx-files;
.PHONY: messages.po
messages.po: inx