MANDIR=/usr/man/man1
MANPAGES=addcol.1 check.1 compute.1 count.1 dbe.1 invert.1 \
	jointable.1 \
	math.1 matrix.1 \
	number.1 \
	plokk.1 project.1 \
	recode.1 \
	reldb.1 rename.1 scat.1 select.1 \
	testdb.1 testgr.1 \
	sorttable.1 subtotal.1 union.1
install: $(MANPAGES)
	cp $(MANPAGES) $(MANDIR)
uninstall: 
	cd $(MANDIR);rm -f $(MANPAGES)
