update trunk Makefile for genmanpages

git-svn-id: http://emdebian.org/svn/current@6662 563faec7-e20c-0410-992a-a66f704d0ccd
main
codehelp 15 years ago
parent 1a1fd0311a
commit d764cb5f0a

@ -1,14 +1,20 @@
all:
DESTDIR ?=
PREFIX ?= /usr
DEST = $(DESTDIR)$(PREFIX)
all: docbuild
docbuild:
./genmanpages
install:
clean:
$(RM) *tar.gz.cdbs-config_list
$(RM) *.1 *.3
$(RM) doc/po4a.config
$(RM) -r doc/html/multistrap/ doc/html/emdebian-rootfs/
check:
$(RM) *~
-$(MAKE) -C doc clean
test:
# adds the POT file to the source tarball
native-dist: Makefile
./genmanpages --pot-only
$(MAKE) -C po pot

Loading…
Cancel
Save