Skip to content

Commit b58ac2f

Browse files
committed
Document use of new make merge.
1 parent a295a11 commit b58ac2f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

RELEASE.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ Roundup release checklist:
1414
in the locale directory. Run:
1515

1616
cd locale
17-
make template
18-
make *.po
17+
make merge
1918
cd ..
2019

20+
'make merge' will remake template if the source and html files are
21+
out of date. 'make template' will regenerate roundup.pot. Touch
22+
any .py file in the roundup/ directory to force 'make template'
23+
to run.
24+
2125
2. Run unit tests! They should pass successfully. Install pytest
2226
using pip2/pip3 for python2 and python3. Then invoke pytest
2327
using both python versions from the top of the roundup tree:

0 commit comments

Comments
 (0)