1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Makefile PACKAGE = xlsx2csv all: man clean: rm -f *.1 man: $(MAKE) -f pod2man.mk PACKAGE=$(PACKAGE) makeman # End of file