From: Alan T. DeKok Date: Wed, 27 Mar 2019 11:34:22 +0000 (-0400) Subject: add "format dictionary" target X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e14d91cb2aa0599e190f3fce97ba7552defdf0;p=thirdparty%2Ffreeradius-server.git add "format dictionary" target --- diff --git a/Makefile b/Makefile index f05205c92ee..1d6a28fb44d 100644 --- a/Makefile +++ b/Makefile @@ -124,6 +124,10 @@ $(R)$(dictdir)/%: share/dictionary/% @echo INSTALL $(patsubst share/dictionary/%,%,$<) @$(INSTALL) -m 644 $< $@ +.PHONY: dictionary.format +dictionary.format: $(DICTIONARIES) + @./scripts/dict/format.pl $(DICTIONARIES) + MANFILES := $(wildcard man/man*/*.?) install.man: $(subst man/,$(R)$(mandir)/,$(MANFILES))