summaryrefslogtreecommitdiff
path: root/Makefile
blob: f77495ea8db7193916e6331ed7feff23d0083f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESTDIR ?=
PREFIX ?= /usr
DEST = $(DESTDIR)$(PREFIX)

all: docbuild
	$(MAKE) -C po

docbuild:
	po4a-build

install:
	$(MAKE) -C po install DESTDIR=../debian/multistrap

clean:
	$(RM) *~
	$(MAKE) -C doc clean
	$(MAKE) -C po clean
	$(RM) po/*.gmo po/*.mo

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