GNUmakefile 145 B

1234567891011121314
  1. # APT P2P Clean
  2. #
  3. # Douglas Thrift
  4. #
  5. # $Id$
  6. .PHONY: all clean
  7. all: apt-p2p-clean.8
  8. %.8: %
  9. help2man -N -s 8 $(shell realpath $<) > $@
  10. clean: