Makefile.am 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. MAKEFLAGS=-s
  2. .PHONY: manpages
  3. docs: clean-docs manpages
  4. web/tcpreplay.html:
  5. mkdir -p web; @GROFF@ -Thtml -mman ../src/tcpreplay.1 > web/tcpreplay.html
  6. web/tcpprep.html:
  7. @GROFF@ -Thtml -mman ../src/tcpprep.1 > web/tcpprep.html
  8. web/tcprewrite.html:
  9. @GROFF@ -Thtml -mman ../src/tcprewrite.1 > web/tcprewrite.html
  10. web/tcpbridge.html:
  11. @GROFF@ -Thtml -mman ../src/tcpbridge.1 > web/tcpbridge.html
  12. web/tcpreplay-edit.html:
  13. @GROFF@ -Thtml -mman ../src/tcpreplay-edit.1 > web/tcpreplay-edit.html
  14. web/tcpliveplay.html:
  15. @GROFF@ -Thtml -mman ../src/tcpliveplay.1 > web/tcpliveplay.html
  16. web/tcpcapinfo.html:
  17. @GROFF@ -Thtml -mman ../src/tcpcapinfo.1 > web/tcpcapinfo.html
  18. manpages: web/tcpreplay.html web/tcpprep.html web/tcprewrite.html \
  19. web/tcpbridge.html web/tcpreplay-edit.html web/tcpliveplay.html \
  20. web/tcpcapinfo.html
  21. postweb: manpages
  22. rsync -qe ssh --exclude '.git/' --exclude '/**/.git/' --exclude '/**~' \
  23. --exclude '*~' -avz web/ \
  24. aturner@malbec.synfin.net:/var/vhosts/tcpreplay/
  25. scp CHANGELOG TODO aturner@malbec.synfin.net:/var/vhosts/tcpreplay/
  26. EXTRA_DIST = CHANGELOG CREDIT HACKING INSTALL LICENSE Win32Readme.txt
  27. clean-docs: clean
  28. -rm -f web/*.html
  29. maintainer-clean-local: clean-docs
  30. -rm -f web/*.html
  31. MAINTAINERCLEANFILES = Makefile.in