]> granicus.if.org Git - icinga2/commitdiff
Added 'clean' rule for docs/.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 5 Feb 2013 15:35:22 +0000 (16:35 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 5 Feb 2013 15:35:22 +0000 (16:35 +0100)
docs/Makefile.am

index 5ef6a6855435652768b8b8084fb48d0f32ff018b..71832b50154eda1f7e9d213ddae1cef8f8d7b96f 100644 (file)
@@ -1,3 +1,5 @@
+.PHONY: clean
+
 EXTRA_DIST = \
        icinga2-config.txt \
        icinga2-intro.txt
@@ -9,3 +11,6 @@ icinga2doc_DATA = \
 
 %.html: %.txt
        asciidoc -a toc -a numbered $^
+
+clean:
+       rm -f $(icinga2doc_DATA)