]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doc: Fix the 'clean' target
authorJorge Pereira <jpereiran@gmail.com>
Wed, 17 Apr 2019 23:15:16 +0000 (20:15 -0300)
committerJorge Pereira <jpereiran@gmail.com>
Thu, 18 Apr 2019 00:15:47 +0000 (21:15 -0300)
doc/all.mk

index 7e27eb021a4195ea1112f29c319b49923cc104f2..80752e879b8293c7acc3a15e42b6067d1ab93cff 100644 (file)
@@ -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)