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: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Daniel Lezcano 2009-06-07 21:48:46 +02:00 committed by Daniel Lezcano
parent b8f57738b4
commit 3b9246c4aa

View File

@ -34,5 +34,5 @@ man_MANS = \
lxc-%.sgml : common_options.sgml see_also.sgml lxc-%.sgml : common_options.sgml see_also.sgml
clean-local: clean-local:
$(RM) manpage.* *.7 *.5 *.1 *.sgml $(man_MANS) $(RM) manpage.* *.7 *.5 *.1 $(man_MANS)
endif endif