File: Makefile

package info (click to toggle)
svn-buildpackage 0.8.10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,320 kB
  • sloc: xml: 2,415; perl: 2,180; sh: 535; makefile: 126
file content (23 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

DESTDIR ?=
PREFIX ?= /usr
DEST = $(DESTDIR)$(PREFIX)

all: docbuild
	$(MAKE) -C po

docbuild:
	./po4a-build 

install:
	$(MAKE) -C po install

clean:
	$(RM) *~
	-$(MAKE) -C doc clean
	$(MAKE) -C po clean

# adds the POT file to the source tarball
native-dist: Makefile
	./po4a-build --pot-only
	$(MAKE) -C po pot