Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff docs/Makefile @ 46:a0b9fe464eb2
Make the Sphinx Makefile BSD-make compatible
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 26 Apr 2026 09:45:04 +0200 |
| parents | 6ac1ea5d2d4a |
| children |
line wrap: on
line diff
--- a/docs/Makefile Sun Apr 26 09:41:33 2026 +0200 +++ b/docs/Makefile Sun Apr 26 09:45:04 2026 +0200 @@ -16,5 +16,5 @@ # 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) +.DEFAULT: + @${SPHINXBUILD} -M $@ "${SOURCEDIR}" "${BUILDDIR}" ${SPHINXOPTS} ${O}
