Properly remove generated HTML documentation on clean

This commit is contained in:
Colomban Wendling 2014-08-20 16:40:25 +02:00
parent a4dfc9c12b
commit 602ae0b324

View File

@ -60,8 +60,7 @@ all-html-local: geany.html hacking.html
clean-html-local:
-rm -f hacking.html
# FIXME: why is the generated HTML manual checked-in to VCS?
# -rm -f geany.html
-rm -f geany.html
else
all-html-local:;