diff options
| author | karnigen <karnigen@gmail.com> | 2024-02-09 14:29:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-09 14:29:06 +0100 |
| commit | e64737382ce749af2db48c9cfd17de7b644429f5 (patch) | |
| tree | a12d11f15c1de7a9731eeca8bdd3af53ba2164a2 /Makefile | |
| parent | b4f1fb8e8c98be02579bc31343784d70c43c4f48 (diff) | |
| parent | fdc73762adf3989b6c2a77646dc08da72e6c0681 (diff) | |
Merge pull request #2715 from inkstitch/kgn/inkstitch-multiversion-support
Kgn/inkstitch multiversion support
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
