Skip to content

Commit 2eb29a2

Browse files
committed
Fix make help. Missing close quotes.
1 parent 34aea4d commit 2eb29a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

locale/GNUmakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ all: dist
2222

2323
help:
2424
@echo "$(MAKE) - build MO files. Run this before sdist"
25-
@echo "$(MAKE) dist - same as above
25+
@echo "$(MAKE) dist - same as above"
2626
@echo "$(MAKE) template - update message template from sources"
2727
@echo "$(MAKE) diff - see template differences in vi"
28-
@echo "$(MAKE) pytest - create locale files to run pytest
28+
@echo "$(MAKE) pytest - create locale files to run pytest"
2929
@echo "$(MAKE) locale.po - update message file from template"
3030
@echo "$(MAKE) locale.mo - compile individual message file"
31-
@echo "$(MAKE) help - this text"\
31+
@echo "$(MAKE) help - this text"
3232

3333
# This will rebuild all MO files without updating their corresponding PO
3434
# files first. Run before creating Roundup distribution (hence the name).

0 commit comments

Comments
 (0)