GNUmakefile 225 B

1234567891011121314151617
  1. # Apt-P2P Clean
  2. #
  3. # Douglas Thrift
  4. #
  5. # $Id$
  6. all := apt-p2p-clean.8
  7. .PHONY: all clean
  8. all: $(all)
  9. %.8: % GNUmakefile
  10. help2man -Nn '$(shell sed -e '$$ s/^# //p;d' $<)' -o $@ -s 8 $(shell realpath $<)
  11. clean:
  12. rm -f $(all)