From: Arran Cudbard-Bell Date: Mon, 18 Jan 2021 18:53:01 +0000 (+0000) Subject: Missing parens X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f45232e33f7c712f48324c590af7663a4e2174f;p=thirdparty%2Ffreeradius-server.git Missing parens --- diff --git a/doc/all.mk b/doc/all.mk index c304ffa07c0..f0891399f50 100644 --- a/doc/all.mk +++ b/doc/all.mk @@ -123,7 +123,7 @@ DOC_FILES := $(filter-out %~ %/all.mk %.gitignore doc/rfc/update.sh doc/develope # We remove the "doc/" prefix, because the documentation files are # installed into $(docdir)/foo, and not $(docdir)/doc/. # -ALL_DOC_FILES := $(patsubst doc/%,%,$(sort $(DOC_FILES) $(ADOC_FILES) +ALL_DOC_FILES := $(patsubst doc/%,%,$(sort $(DOC_FILES) $(ADOC_FILES))) # # Install doc/FOO into $(R)$(docdir)/FOO