5
5
SPHINXOPTS =
6
6
SPHINXBUILD = sphinx-build
7
7
PAPER =
8
- BUILDDIR = _build
8
+ BUILDDIR = build
9
9
10
10
# Internal variables.
11
11
PAPEROPT_a4 = -D latex_paper_size=a4
12
12
PAPEROPT_letter = -D latex_paper_size=letter
13
- ALLSPHINXOPTS = -d $(BUILDDIR ) /doctrees $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) .
13
+ ALLSPHINXOPTS = -d $(BUILDDIR ) /doctrees $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) source
14
14
# the i18n builder cannot share the environment and doctrees with the others
15
- I18NSPHINXOPTS = $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) .
15
+ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) source
16
16
17
17
.PHONY : help
18
18
help :
@@ -91,9 +91,9 @@ qthelp:
91
91
@echo
92
92
@echo " Build finished; now you can run " qcollectiongenerator" with the" \
93
93
" .qhcp project file in $( BUILDDIR) /qthelp, like this:"
94
- @echo " # qcollectiongenerator $( BUILDDIR) /qthelp/linebot .qhcp"
94
+ @echo " # qcollectiongenerator $( BUILDDIR) /qthelp/line-bot-sdk-python .qhcp"
95
95
@echo " To view the help file:"
96
- @echo " # assistant -collectionFile $( BUILDDIR) /qthelp/linebot .qhc"
96
+ @echo " # assistant -collectionFile $( BUILDDIR) /qthelp/line-bot-sdk-python .qhc"
97
97
98
98
.PHONY : applehelp
99
99
applehelp :
@@ -110,8 +110,8 @@ devhelp:
110
110
@echo
111
111
@echo " Build finished."
112
112
@echo " To view the help file:"
113
- @echo " # mkdir -p $$ HOME/.local/share/devhelp/linebot "
114
- @echo " # ln -s $( BUILDDIR) /devhelp $$ HOME/.local/share/devhelp/linebot "
113
+ @echo " # mkdir -p $$ HOME/.local/share/devhelp/line-bot-sdk-python "
114
+ @echo " # ln -s $( BUILDDIR) /devhelp $$ HOME/.local/share/devhelp/line-bot-sdk-python "
115
115
@echo " # devhelp"
116
116
117
117
.PHONY : epub
0 commit comments