Mercurial > repos > yating-l > hubarchivecreator
annotate doc/Makefile @ 62:4c4e8941feda draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 5bbecd016ad3a784ad030cb82a09a3ac40dc6060-dirty
| author | yating-l | 
|---|---|
| date | Mon, 10 Jul 2017 17:06:11 -0400 | 
| parents | 4ced8f116509 | 
| children | 
| rev | line source | 
|---|---|
| 
2
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
1 # Makefile for Sphinx documentation | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
2 # | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
3 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
4 # You can set these variables from the command line. | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
5 SPHINXOPTS = | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
6 SPHINXBUILD = sphinx-build | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
7 PAPER = | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
8 BUILDDIR = _build | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
9 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
10 # User-friendly check for sphinx-build | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
11 ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
12 $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/) | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
13 endif | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
14 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
15 # Internal variables. | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
16 PAPEROPT_a4 = -D latex_paper_size=a4 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
17 PAPEROPT_letter = -D latex_paper_size=letter | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
18 ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
19 # the i18n builder cannot share the environment and doctrees with the others | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
20 I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
21 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
22 .PHONY: help | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
23 help: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
24 @echo "Please use \`make <target>' where <target> is one of" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
25 @echo " html to make standalone HTML files" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
26 @echo " dirhtml to make HTML files named index.html in directories" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
27 @echo " singlehtml to make a single large HTML file" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
28 @echo " pickle to make pickle files" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
29 @echo " json to make JSON files" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
30 @echo " htmlhelp to make HTML files and a HTML help project" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
31 @echo " qthelp to make HTML files and a qthelp project" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
32 @echo " applehelp to make an Apple Help Book" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
33 @echo " devhelp to make HTML files and a Devhelp project" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
34 @echo " epub to make an epub" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
35 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
36 @echo " latexpdf to make LaTeX files and run them through pdflatex" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
37 @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
38 @echo " text to make text files" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
39 @echo " man to make manual pages" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
40 @echo " texinfo to make Texinfo files" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
41 @echo " info to make Texinfo files and run them through makeinfo" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
42 @echo " gettext to make PO message catalogs" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
43 @echo " changes to make an overview of all changed/added/deprecated items" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
44 @echo " xml to make Docutils-native XML files" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
45 @echo " pseudoxml to make pseudoxml-XML files for display purposes" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
46 @echo " linkcheck to check all external links for integrity" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
47 @echo " doctest to run all doctests embedded in the documentation (if enabled)" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
48 @echo " coverage to run coverage check of the documentation (if enabled)" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
49 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
50 .PHONY: clean | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
51 clean: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
52 rm -rf $(BUILDDIR)/* | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
53 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
54 .PHONY: html | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
55 html: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
56 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
57 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
58 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
59 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
60 .PHONY: dirhtml | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
61 dirhtml: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
62 $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
63 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
64 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
65 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
66 .PHONY: singlehtml | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
67 singlehtml: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
68 $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
69 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
70 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
71 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
72 .PHONY: pickle | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
73 pickle: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
74 $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
75 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
76 @echo "Build finished; now you can process the pickle files." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
77 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
78 .PHONY: json | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
79 json: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
80 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
81 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
82 @echo "Build finished; now you can process the JSON files." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
83 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
84 .PHONY: htmlhelp | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
85 htmlhelp: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
86 $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
87 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
88 @echo "Build finished; now you can run HTML Help Workshop with the" \ | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
89 ".hhp project file in $(BUILDDIR)/htmlhelp." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
90 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
91 .PHONY: qthelp | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
92 qthelp: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
93 $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
94 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
95 @echo "Build finished; now you can run "qcollectiongenerator" with the" \ | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
96 ".qhcp project file in $(BUILDDIR)/qthelp, like this:" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
97 @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/HubArchiveCreator.qhcp" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
98 @echo "To view the help file:" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
99 @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/HubArchiveCreator.qhc" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
100 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
101 .PHONY: applehelp | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
102 applehelp: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
103 $(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
104 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
105 @echo "Build finished. The help book is in $(BUILDDIR)/applehelp." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
106 @echo "N.B. You won't be able to view it unless you put it in" \ | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
107 "~/Library/Documentation/Help or install it in your application" \ | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
108 "bundle." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
109 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
110 .PHONY: devhelp | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
111 devhelp: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
112 $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
113 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
114 @echo "Build finished." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
115 @echo "To view the help file:" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
116 @echo "# mkdir -p $$HOME/.local/share/devhelp/HubArchiveCreator" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
117 @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/HubArchiveCreator" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
118 @echo "# devhelp" | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
119 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
120 .PHONY: epub | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
121 epub: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
122 $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
123 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
124 @echo "Build finished. The epub file is in $(BUILDDIR)/epub." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
125 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
126 .PHONY: latex | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
127 latex: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
128 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
129 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
130 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
131 @echo "Run \`make' in that directory to run these through (pdf)latex" \ | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
132 "(use \`make latexpdf' here to do that automatically)." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
133 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
134 .PHONY: latexpdf | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
135 latexpdf: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
136 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
137 @echo "Running LaTeX files through pdflatex..." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
138 $(MAKE) -C $(BUILDDIR)/latex all-pdf | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
139 @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
140 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
141 .PHONY: latexpdfja | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
142 latexpdfja: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
143 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
144 @echo "Running LaTeX files through platex and dvipdfmx..." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
145 $(MAKE) -C $(BUILDDIR)/latex all-pdf-ja | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
146 @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
147 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
148 .PHONY: text | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
149 text: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
150 $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
151 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
152 @echo "Build finished. The text files are in $(BUILDDIR)/text." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
153 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
154 .PHONY: man | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
155 man: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
156 $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
157 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
158 @echo "Build finished. The manual pages are in $(BUILDDIR)/man." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
159 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
160 .PHONY: texinfo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
161 texinfo: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
162 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
163 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
164 @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
165 @echo "Run \`make' in that directory to run these through makeinfo" \ | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
166 "(use \`make info' here to do that automatically)." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
167 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
168 .PHONY: info | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
169 info: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
170 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
171 @echo "Running Texinfo files through makeinfo..." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
172 make -C $(BUILDDIR)/texinfo info | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
173 @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
174 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
175 .PHONY: gettext | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
176 gettext: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
177 $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
178 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
179 @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
180 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
181 .PHONY: changes | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
182 changes: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
183 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
184 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
185 @echo "The overview file is in $(BUILDDIR)/changes." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
186 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
187 .PHONY: linkcheck | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
188 linkcheck: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
189 $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
190 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
191 @echo "Link check complete; look for any errors in the above output " \ | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
192 "or in $(BUILDDIR)/linkcheck/output.txt." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
193 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
194 .PHONY: doctest | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
195 doctest: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
196 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
197 @echo "Testing of doctests in the sources finished, look at the " \ | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
198 "results in $(BUILDDIR)/doctest/output.txt." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
199 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
200 .PHONY: coverage | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
201 coverage: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
202 $(SPHINXBUILD) -b coverage $(ALLSPHINXOPTS) $(BUILDDIR)/coverage | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
203 @echo "Testing of coverage in the sources finished, look at the " \ | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
204 "results in $(BUILDDIR)/coverage/python.txt." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
205 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
206 .PHONY: xml | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
207 xml: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
208 $(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
209 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
210 @echo "Build finished. The XML files are in $(BUILDDIR)/xml." | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
211 | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
212 .PHONY: pseudoxml | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
213 pseudoxml: | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
214 $(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
215 @echo | 
| 
 
4ced8f116509
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
 
yating-l 
parents:  
diff
changeset
 | 
216 @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." | 
