~qbzr-dev/qbzr/0.22

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Alexander Belchenko
  • Date: 2011-04-29 07:40:55 UTC
  • Revision ID: bialix@ukr.net-20110429074055-378iduboseqvys1t
update help in Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
all:
2
2
        @echo Targets:
3
 
        @echo   test  - run tests
4
 
        @echo   pot   - regenerate qbzr.pot translations template
5
 
        @echo   mo    - build binary translations
6
 
        @echo   clean - remove build products
7
 
        @echo   tags  - collect tags with ctags utility
8
 
        @echo   docs  - build htmls for texts in docs/ directory
 
3
        @echo   test   - run tests
 
4
        @echo   pot    - regenerate qbzr.pot translations template
 
5
        @echo   mo     - build binary translations
 
6
        @echo   clean  - remove build products
 
7
        @echo   tags   - collect tags with ctags utility
 
8
        @echo   docs   - build htmls for texts in docs/ directory
9
9
        @echo   epydoc - build API docs with epydoc
 
10
        @echo   ui     - compile UI files
 
11
        @echo
10
12
        @echo To build release run:
11
13
        @echo    make release RELEASE=X.Y.Z
12
14