Update copyright years for 2013
[gpodder.git] / tools / make-help.txt
blob6d5cf78976101064012f3c004f20b1dca593377f
2    gPodder' makefile commands
3    ----------------------- ---- --- -- -  -
5    For developers
7      make unittest           Run doctests and unittests
8      make manpage            Update generated manual pages from source
9      make messages           Update translation files in po/ from source
10      make headlink           Print commit URL for the current Git head
12      make clean              Remove generated and compiled files
13      make distclean          "make clean" + remove dist/
15    For maintainers
17      make releasetest        Run some basic release sanity checks
18      make release            Create the source tarball in dist/
20    For users/packagers
22      make install            Install gPodder into $DESTDIR/$PREFIX
24    ----------------------- ---- --- -- -  -
26    make install supports the following environment variables:
28      PREFIX                  The installation prefix (default: /usr)
29      DESTDIR                 The installation destination (default: /)
30      GPODDER_INSTALL_UIS     A space-separated list of UIs to install
31      LINGUAS                 A space-separated list of translations
33    See the README file for more information on how to install gPodder.