mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-17 18:31:41 +00:00
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:
parent
b8f57738b4
commit
3b9246c4aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user