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