2
0

Makefile.am 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # This Makefile.am is in the public domain
  2. do_subst = $(SED) -e 's,[@]SYSCONFDIR[@],$(sysconfdir),g'
  3. gnunet.conf.5: gnunet.conf.5.in Makefile
  4. $(do_subst) < $(srcdir)/gnunet.conf.5.in > gnunet.conf.5
  5. CLEANFILES = gnunet.conf.5 *.html
  6. if TEXI2MDOC_GENERATION
  7. gnunet-c-tutorial.7: Makefile
  8. @texi2mdoc -I../tutorial:../tutorial/chapters ../tutorial/gnunet-tutorial.texi > gnunet-c-tutorial.7
  9. gnunet-documentation.7: Makefile
  10. @texi2mdoc -I../handbook:../handbook/chapters ../handbook/gnunet.texi > gnunet-documentation.7
  11. CLEANFILES += gnunet-documentation.7 gnunet-c-tutorial.7
  12. endif
  13. html:
  14. $(SH) $(srcdir)/produce_html.sh
  15. man_MANS = \
  16. gnunet.conf.5 \
  17. gnunet-arm.1 \
  18. gnunet-ats.1 \
  19. gnunet-auto-share.1 \
  20. gnunet-bcd.1 \
  21. gnunet-config.1 \
  22. gnunet-core.1 \
  23. gnunet-conversation.1 \
  24. gnunet-conversation-test.1 \
  25. gnunet-directory.1 \
  26. gnunet-dns2gns.1 \
  27. gnunet-datastore.1 \
  28. gnunet-download.1 \
  29. gnunet-ecc.1 \
  30. gnunet-fs.1 \
  31. gnunet-gns.1 \
  32. gnunet-gns-proxy.1 \
  33. gnunet-gns-proxy-setup-ca.1 \
  34. gnunet-identity.1 \
  35. gnunet-cadet.1 \
  36. gnunet-namecache.1 \
  37. gnunet-namestore.1 \
  38. gnunet-namestore-fcfsd.1 \
  39. gnunet-nat.1 \
  40. gnunet-nat-auto.1 \
  41. gnunet-nat-server.1 \
  42. gnunet-nse.1 \
  43. gnunet-peerinfo.1 \
  44. gnunet-publish.1 \
  45. gnunet-qr.1 \
  46. gnunet-reclaim.1 \
  47. gnunet-resolver.1 \
  48. gnunet-revocation.1 \
  49. gnunet-scalarproduct.1 \
  50. gnunet-scrypt.1 \
  51. gnunet-search.1 \
  52. gnunet-statistics.1 \
  53. gnunet-testbed-profiler.1 \
  54. gnunet-testing-run-service.1 \
  55. gnunet-timeout.1 \
  56. gnunet-transport.1 \
  57. gnunet-transport-certificate-creation.1 \
  58. gnunet-unindex.1 \
  59. gnunet-uri.1 \
  60. gnunet-vpn.1 \
  61. gnunet-zoneimport.1
  62. if TEXI2MDOC_GENERATION
  63. man_MANS += gnunet-c-tutorial.7 gnunet-documentation.7
  64. endif
  65. EXTRA_DIST = ${man_MANS} \
  66. gnunet.conf.5.in \
  67. README