# Makefile

PACKAGE = xlsx2csv

all: man

clean:
	rm -f *.1

man:

	$(MAKE) -f pod2man.mk PACKAGE=$(PACKAGE) makeman

# End of file
