1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Add dummy targets so that dh <> does not get redirected to sphinx
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2020-12-09
Forwarded: no
Index: python-escript-5.6/Makefile
===================================================================
--- python-escript-5.6.orig/Makefile
+++ python-escript-5.6/Makefile
@@ -11,7 +11,7 @@ BUILDDIR = doc
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
-.PHONY: help Makefile
+.PHONY: help Makefile distclean realclean install test check
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|