summaryrefslogtreecommitdiff
path: root/Tools/XlsToCsv/man/Makefile
blob: 14afe2aca9e8430911927ffe2a44cba0c8dcb1c8 (plain)
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