Skip to content

Commit bff7d3e

Browse files
committed
Undo test comment lines in Makefile
1 parent 796cd23 commit bff7d3e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Diff for: Makefile

+5-6
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,11 @@ linkcheck:
204204
# fix).
205205
# => Failure
206206
# (a) Do no proceed and let this message be printed for future
207-
## debugging/maintainance effors.
208-
#test -h $(TEMP_TEST_DOC_DIR) \
209-
#|| ln -sT $(CURRENT_DOC_DIR) $(TEMP_TEST_DOC_DIR) \
210-
#&& $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck \
211-
#; rm $(TEMP_TEST_DOC_DIR)
212-
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
207+
# debugging/maintainance effors.
208+
test -h $(TEMP_TEST_DOC_DIR) \
209+
|| ln -sT $(CURRENT_DOC_DIR) $(TEMP_TEST_DOC_DIR) \
210+
&& $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck \
211+
; rm $(TEMP_TEST_DOC_DIR)
213212
@echo
214213
@echo "Link check complete; look for any errors in the above output " \
215214
"or in $(BUILDDIR)/linkcheck/output.txt."

0 commit comments

Comments
 (0)