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
11 lines
435 B
Text
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)
|