freebsd-ports/net-im/biboumi/files/patch-doc_Makefile
samir 5f49d1f3a8
net-im/biboumi: new port: XMPP gateway to IRC
Biboumi is a Free, Libre and Open Source XMPP gateway that connects to
IRC servers and translates between the two protocols. Its goal is to
let XMPP users take part in IRC discussions, using their favourite XMPP
client.

WWW: https://biboumi.louiz.org/
PR:		250705
2021-07-21 03:41:30 +05:30

11 lines
435 B
Text

--- 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)