summaryrefslogtreecommitdiff
path: root/net-im/biboumi/files/patch-doc_Makefile
blob: 480b604c095e08b95938bbd9a58993ae53788b94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- doc/Makefile.orig	2020-10-24 17:19:42 UTC
+++ doc/Makefile
@@ -16,5 +16,5 @@ help:

 # Catch-all target: route all unknown targets to Sphinx using the new
 # "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).
-%: Makefile
-	@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
\ No newline at end of file
+.DEFAULT: Makefile
+	@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)