From: Alan T. DeKok Date: Sun, 10 Jun 2018 16:49:49 +0000 (-0400) Subject: load all conf into asciidoc X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b72d5dbf8884477d2ffd2d6d690295b492bf1549;p=thirdparty%2Ffreeradius-server.git load all conf into asciidoc --- diff --git a/Makefile b/Makefile index d0e9780e15e..12822c122b4 100644 --- a/Makefile +++ b/Makefile @@ -337,7 +337,7 @@ whitespace: @for x in $$(git ls-files raddb/ src/); do unexpand $$x > $$x.bak; cp $$x.bak $$x; rm -f $$x.bak;done @perl -p -i -e 'trim' $$(git ls-files src/) -CONF_FILES := $(wildcard raddb/radiusd.conf raddb/mods-available/* raddb/sites-available/*) +CONF_FILES := $(wildcard raddb/*conf raddb/mods-available/* raddb/sites-available/*) ADOC_FILES := $(patsubst raddb/%,asciidoc/%.adoc,$(CONF_FILES)) asciidoc/%.adoc: raddb/%