fix util.format_date() unit test
[gpodder.git] / tools / make-help.txt
blob96f4345b81dfe6160a71e414f89bd07955bddec2
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 build              Build files for install
23      make install            Install gPodder into $DESTDIR/$PREFIX
25    ----------------------- ---- --- -- -  -
27    make install supports the following environment variables:
29      PREFIX                  The installation prefix (default: /usr)
30      DESTDIR                 The installation destination (default: /)
31      GPODDER_INSTALL_UIS     A space-separated list of UIs to install
32      LINGUAS                 A space-separated list of translations
34    See the README file for more information on how to install gPodder.