File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -112,26 +112,6 @@ htmlhelp: deps
112
112
@echo " Build finished; now you can run HTML Help Workshop with the" \
113
113
" .hhp project file in $( BUILDDIR) /htmlhelp."
114
114
115
- .PHONY : qthelp
116
- qthelp : deps
117
- cd $(DOCS_DIR ) && $(SPHINXBUILD ) -b qthelp $(ALLSPHINXOPTS ) $(BUILDDIR ) /qthelp
118
- @echo
119
- @echo " Build finished; now you can run " qcollectiongenerator" with the" \
120
- " .qhcp project file in $( BUILDDIR) /qthelp, like this:"
121
- @echo " # qcollectiongenerator $( BUILDDIR) /qthelp/MasteringPlone.qhcp"
122
- @echo " To view the help file:"
123
- @echo " # assistant -collectionFile $( BUILDDIR) /qthelp/MasteringPlone.qhc"
124
-
125
- .PHONY : devhelp
126
- devhelp : deps
127
- cd $(DOCS_DIR ) && $(SPHINXBUILD ) -b devhelp $(ALLSPHINXOPTS ) $(BUILDDIR ) /devhelp
128
- @echo
129
- @echo " Build finished."
130
- @echo " To view the help file:"
131
- @echo " # mkdir -p $$ HOME/.local/share/devhelp/MasteringPlone"
132
- @echo " # ln -s $( BUILDDIR) /devhelp $$ HOME/.local/share/devhelp/MasteringPlone"
133
- @echo " # devhelp"
134
-
135
115
.PHONY : epub
136
116
epub : deps
137
117
cd $(DOCS_DIR ) && $(SPHINXBUILD ) -b epub $(ALLSPHINXOPTS ) $(BUILDDIR ) /epub
You can’t perform that action at this time.
0 commit comments