# Apt-P2P Clean # # Douglas Thrift # # $Id$ all := apt-p2p-clean.8 .PHONY: all clean all: $(all) %.8: % GNUmakefile help2man -Nn '$(shell sed -e '$$ s/^# //p;d' $<)' -o $@ -s 8 $(shell realpath $<) clean: rm -f $(all)