]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
don't remove the autoconf generated files
authorDaniel Lezcano <daniel.lezcano@free.fr>
Sun, 7 Jun 2009 19:48:46 +0000 (21:48 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Sun, 7 Jun 2009 19:48:46 +0000 (21:48 +0200)
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>
doc/Makefile.am

index 2af6f752e965be0055e2f860f11786d10f03b499..1bd7f9f882f1fac6121c7e3260d61976d3a4da34 100644 (file)
@@ -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