File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ all: dist
2222
2323help :
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).
You can’t perform that action at this time.
0 commit comments