Makefile.am 5.2 KB

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