summaryrefslogtreecommitdiff
path: root/Makefile
blob: 1bf47b7c61684183a8caadfc5e774886e837ad1f (plain)
1
2
3
4
5
6
7
8
9
10
11
all: seivot.1 seivots-summary.1

seivot.1: seivot.1.in seivot
	./seivot --generate-manpage=seivot.1.in > seivot.1

seivots-summary.1: seivots-summary.1.in seivots-summary
	./seivots-summary --generate-manpage=seivots-summary.1.in \
		> seivots-summary.1

clean:
	rm -f seivot.1 seivots-summary.1