summaryrefslogtreecommitdiff
path: root/makefiles/gmake/help.mk
blob: fc7e3215fdc146692b4a102b2f91c982c11341f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

Available targets:

make [all]	       create all artifacts
make test	       create test binaries and execute tests
make doc               build the documentation
make clean             clean up build artifacts
make distclean         clean up all generated artifacts
make install           install (set 'DESTDIR' and 'prefix' at will)
make uninstall         uninstall (set 'DESTDIR' and 'prefix' at will)
make dist[-Z|-gz|-bz2] create tarball containing all sources
make help              show this very help page
make init-po           create initial version of the gettext files
make merge-po          merge the gettext files after changes
make check-po          check sanity of gettext files