File: make-help.txt

package info (click to toggle)
gpodder 3.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,588 kB
  • ctags: 2,559
  • sloc: python: 16,511; ansic: 479; makefile: 158; sh: 78
file content (34 lines) | stat: -rw-r--r-- 1,192 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

   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.