summaryrefslogtreecommitdiff
path: root/Makefile
blob: 73dc7618cfa40f76a91c47bedf3c9830e7e518c7 (plain)
1
2
3
4
5
6
7
all: debmirror.1

debmirror.1:
	pod2man debmirror >$@

clean:
	rm -f debmirror.1