gpodder/tools/make-help.txt
Thomas Perl 2f91e98ecc Restructure the source tree, modular installs
Restructure the source tree to be more like the
target installation directory (share/...).

Rewrite setup.py to only install a subset of the
available UIs and to be more flexible and cleaner
in general.

I hope this doesn't cause too much breakage, but
should result in a cleaner build/install system and
more happy developers and packagers in the long run.
2012-02-23 20:38:55 +01:00

35 lines
1.2 KiB
Plaintext

gPodder' makefile commands
----------------------- ---- --- -- - -
For developers
make unittest Run doctests and unittests
make manpage Update generated manual pages from source
make messages Update translation files in po/ from source
make headlink Print commit URL for the current Git head
make clean Remove generated and compiled files
make distclean "make clean" + remove dist/
For maintainers
make releasetest Run some basic release sanity checks
make release Create the source tarball in dist/
For users/packagers
make install Install gPodder into $DESTDIR/$PREFIX
----------------------- ---- --- -- - -
make install supports the following environment variables:
PREFIX The installation prefix (default: /usr)
DESTDIR The installation destination (default: /)
GPODDER_INSTALL_UIS A space-separated list of UIs to install
LINGUAS A space-separated list of translations
See the README file for more information on how to install gPodder.