diff options
| -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 |
