Skip to content

Commit 96806ed

Browse files
committed
Remove unused builds
1 parent 79e01af commit 96806ed

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

Makefile

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -112,26 +112,6 @@ htmlhelp: deps
112112
@echo "Build finished; now you can run HTML Help Workshop with the" \
113113
".hhp project file in $(BUILDDIR)/htmlhelp."
114114

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-
135115
.PHONY: epub
136116
epub: deps
137117
cd $(DOCS_DIR) && $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub

0 commit comments

Comments
 (0)