update trunk Makefile for genmanpages
git-svn-id: http://emdebian.org/svn/current@6662 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
1a1fd0311a
commit
d764cb5f0a
1 changed files with 14 additions and 8 deletions
22
Makefile
22
Makefile
|
@ -1,14 +1,20 @@
|
||||||
|
|
||||||
all:
|
DESTDIR ?=
|
||||||
|
PREFIX ?= /usr
|
||||||
|
DEST = $(DESTDIR)$(PREFIX)
|
||||||
|
|
||||||
|
all: docbuild
|
||||||
|
|
||||||
|
docbuild:
|
||||||
|
./genmanpages
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) *tar.gz.cdbs-config_list
|
$(RM) *~
|
||||||
$(RM) *.1 *.3
|
-$(MAKE) -C doc clean
|
||||||
$(RM) doc/po4a.config
|
|
||||||
$(RM) -r doc/html/multistrap/ doc/html/emdebian-rootfs/
|
|
||||||
|
|
||||||
check:
|
# adds the POT file to the source tarball
|
||||||
|
native-dist: Makefile
|
||||||
test:
|
./genmanpages --pot-only
|
||||||
|
$(MAKE) -C po pot
|
||||||
|
|
Loading…
Reference in a new issue