Commit 3b9246c4 by Daniel Lezcano Committed by Daniel Lezcano

don't remove the autoconf generated files

Don't clean up the sgml which are generated by configure, otherwise at the next make, the documentation generation will complain about missing files. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent b8f57738
......@@ -34,5 +34,5 @@ man_MANS = \
lxc-%.sgml : common_options.sgml see_also.sgml
clean-local:
$(RM) manpage.* *.7 *.5 *.1 *.sgml $(man_MANS)
$(RM) manpage.* *.7 *.5 *.1 $(man_MANS)
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment