2 gPodder' makefile commands
3 ----------------------- ---- --- -- - -
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/
17 make releasetest Run some basic release sanity checks
18 make release Create the source tarball in dist/
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.