multistrap/Makefile
codehelp d764cb5f0a update trunk Makefile for genmanpages
git-svn-id: http://emdebian.org/svn/current@6662 563faec7-e20c-0410-992a-a66f704d0ccd
2009-11-01 16:16:28 +00:00

20 lines
256 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
$(MAKE) -C po pot