multistrap/Makefile
codehelp 83f3e49f52 Apply useNativeDist to package POT file
git-svn-id: http://emdebian.org/svn/current@6664 563faec7-e20c-0410-992a-a66f704d0ccd
2009-11-01 17:00:32 +00:00

19 lines
237 B
Makefile

DESTDIR ?=
PREFIX ?= /usr
DEST = $(DESTDIR)$(PREFIX)
all: docbuild
docbuild:
./genmanpages
install:
clean:
$(RM) *~
-$(MAKE) -C doc clean
# adds the POT file to the source tarball
native-dist: Makefile
./genmanpages --pot-only