83f3e49f52
git-svn-id: http://emdebian.org/svn/current@6664 563faec7-e20c-0410-992a-a66f704d0ccd
19 lines
237 B
Makefile
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
|