multistrap/Makefile
2009-11-23 21:24:59 +00:00

23 lines
371 B
Makefile

DESTDIR ?=
PREFIX ?= /usr
DEST = $(DESTDIR)$(PREFIX)
all: docbuild
$(MAKE) -C po
docbuild:
po4a-build -f manpages.conf
install:
$(MAKE) -C po install DESTDIR=../debian/multistrap
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 -f manpages.conf
$(MAKE) -C po pot