From 3b9246c4aae3f7602c0ad64f5b1204eb559e5b07 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Sun, 7 Jun 2009 21:48:46 +0200 Subject: [PATCH] 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 --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 2af6f752e..1bd7f9f88 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 -- 2.47.2