From: Jorge Pereira Date: Wed, 17 Apr 2019 23:15:16 +0000 (-0300) Subject: doc: Fix the 'clean' target X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af68f753f64b2c202dfb0978f0f3263fa9b3d89d;p=thirdparty%2Ffreeradius-server.git doc: Fix the 'clean' target --- diff --git a/doc/all.mk b/doc/all.mk index 7e27eb021a4..80752e879b8 100644 --- a/doc/all.mk +++ b/doc/all.mk @@ -97,7 +97,7 @@ doc/%.pdf: doc/%.md -V papersize=letter \ --template=./scripts/asciidoc/freeradius.template -o $@ $< -.PHONY: asciidoc html pdf clean clean.asciidoc +.PHONY: asciidoc html pdf clean clean.doc asciidoc: $(ADOC_FILES) html: $(HTML_FILES) pdf: $(PDF_FILES)