Makefile.am 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. # Makefile for Sphinx documentation
  2. #
  3. # You can set these variables from the command line.
  4. SPHINXOPTS =
  5. SPHINXBUILD = sphinx-build
  6. PAPER =
  7. BUILDDIR = ../../manual/en
  8. # Internal variables.
  9. PAPEROPT_a4 = -D latex_paper_size=a4
  10. PAPEROPT_letter = -D latex_paper_size=letter
  11. ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
  12. # Configurations for aria2.
  13. man_MANS = $(BUILDDIR)/man/aria2c.1
  14. HTML = $(BUILDDIR)/html
  15. EXTRA_DIST = aria2c.rst $(man_MANS) $(HTML)
  16. HTMLINSTALLDIR = $(DESTDIR)$(docdir)/manual/en
  17. # Copy $(BUILDDIR)/html recursively to the install dir. Since Automake
  18. # does not provide this feature, we do it ourselves.
  19. install-data-local: $(HTML)
  20. mkdir -p $(HTMLINSTALLDIR) && \
  21. cp -r $(BUILDDIR)/html $(HTMLINSTALLDIR) && \
  22. rm -f $(HTMLINSTALLDIR)/html/.buildinfo
  23. uninstall-local:
  24. -rm -rf $(HTMLINSTALLDIR)
  25. dist-hook:
  26. -rm -f $(distdir)/$(BUILDDIR)/html/.buildinfo
  27. $(man_MANS): aria2c.rst
  28. $(MAKE) man
  29. $(HTML): aria2c.rst
  30. $(MAKE) html
  31. # Autogenerated rules by sphinx-quickstart
  32. .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
  33. help:
  34. @echo "Please use \`make <target>' where <target> is one of"
  35. @echo " html to make standalone HTML files"
  36. @echo " dirhtml to make HTML files named index.html in directories"
  37. @echo " singlehtml to make a single large HTML file"
  38. @echo " pickle to make pickle files"
  39. @echo " json to make JSON files"
  40. @echo " htmlhelp to make HTML files and a HTML help project"
  41. @echo " qthelp to make HTML files and a qthelp project"
  42. @echo " devhelp to make HTML files and a Devhelp project"
  43. @echo " epub to make an epub"
  44. @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
  45. @echo " latexpdf to make LaTeX files and run them through pdflatex"
  46. @echo " text to make text files"
  47. @echo " man to make manual pages"
  48. @echo " changes to make an overview of all changed/added/deprecated items"
  49. @echo " linkcheck to check all external links for integrity"
  50. @echo " doctest to run all doctests embedded in the documentation (if enabled)"
  51. clean:
  52. -rm -rf $(BUILDDIR)/*
  53. html:
  54. $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
  55. @echo
  56. @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
  57. dirhtml:
  58. $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
  59. @echo
  60. @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
  61. singlehtml:
  62. $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
  63. @echo
  64. @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
  65. pickle:
  66. $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
  67. @echo
  68. @echo "Build finished; now you can process the pickle files."
  69. json:
  70. $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
  71. @echo
  72. @echo "Build finished; now you can process the JSON files."
  73. htmlhelp:
  74. $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
  75. @echo
  76. @echo "Build finished; now you can run HTML Help Workshop with the" \
  77. ".hhp project file in $(BUILDDIR)/htmlhelp."
  78. qthelp:
  79. $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
  80. @echo
  81. @echo "Build finished; now you can run "qcollectiongenerator" with the" \
  82. ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
  83. @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/aria2.qhcp"
  84. @echo "To view the help file:"
  85. @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/aria2.qhc"
  86. devhelp:
  87. $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
  88. @echo
  89. @echo "Build finished."
  90. @echo "To view the help file:"
  91. @echo "# mkdir -p $$HOME/.local/share/devhelp/aria2"
  92. @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/aria2"
  93. @echo "# devhelp"
  94. epub:
  95. $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
  96. @echo
  97. @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
  98. latex:
  99. $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
  100. @echo
  101. @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
  102. @echo "Run \`make' in that directory to run these through (pdf)latex" \
  103. "(use \`make latexpdf' here to do that automatically)."
  104. latexpdf:
  105. $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
  106. @echo "Running LaTeX files through pdflatex..."
  107. $(MAKE) -C $(BUILDDIR)/latex all-pdf
  108. @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
  109. text:
  110. $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
  111. @echo
  112. @echo "Build finished. The text files are in $(BUILDDIR)/text."
  113. man:
  114. $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
  115. @echo
  116. @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
  117. changes:
  118. $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
  119. @echo
  120. @echo "The overview file is in $(BUILDDIR)/changes."
  121. linkcheck:
  122. $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
  123. @echo
  124. @echo "Link check complete; look for any errors in the above output " \
  125. "or in $(BUILDDIR)/linkcheck/output.txt."
  126. doctest:
  127. $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
  128. @echo "Testing of doctests in the sources finished, look at the " \
  129. "results in $(BUILDDIR)/doctest/output.txt."