comparison locale/GNUmakefile @ 6618:ebd8f962fbf1

Fix make help. Missing close quotes.
author John Rouillard <rouilj@ieee.org>
date Sun, 20 Feb 2022 22:53:29 -0500
parents b6452b669720
children 01216187a167
comparison
equal deleted inserted replaced
6617:bae541e5fb26 6618:ebd8f962fbf1
20 20
21 all: dist 21 all: dist
22 22
23 help: 23 help:
24 @echo "$(MAKE) - build MO files. Run this before sdist" 24 @echo "$(MAKE) - build MO files. Run this before sdist"
25 @echo "$(MAKE) dist - same as above 25 @echo "$(MAKE) dist - same as above"
26 @echo "$(MAKE) template - update message template from sources" 26 @echo "$(MAKE) template - update message template from sources"
27 @echo "$(MAKE) diff - see template differences in vi" 27 @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"
29 @echo "$(MAKE) locale.po - update message file from template" 29 @echo "$(MAKE) locale.po - update message file from template"
30 @echo "$(MAKE) locale.mo - compile individual message file" 30 @echo "$(MAKE) locale.mo - compile individual message file"
31 @echo "$(MAKE) help - this text"\ 31 @echo "$(MAKE) help - this text"
32 32
33 # This will rebuild all MO files without updating their corresponding PO 33 # This will rebuild all MO files without updating their corresponding PO
34 # files first. Run before creating Roundup distribution (hence the name). 34 # files first. Run before creating Roundup distribution (hence the name).
35 # PO files should be updated by their translators only, automatic update 35 # PO files should be updated by their translators only, automatic update
36 # adds unwanted fuzzy labels. 36 # adds unwanted fuzzy labels.

Roundup Issue Tracker: http://roundup-tracker.org/