diff options
Diffstat (limited to 'extras/volume_id/Makefile.am')
-rw-r--r-- | extras/volume_id/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extras/volume_id/Makefile.am b/extras/volume_id/Makefile.am index c58f1a8782..4a8ba94654 100644 --- a/extras/volume_id/Makefile.am +++ b/extras/volume_id/Makefile.am @@ -26,7 +26,6 @@ EXTRA_DIST = \ %.7 %.8 : %.xml $(XSLTPROC) -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< -distclean-local: - rm -f Makefile.in - rm -f $(dist_man_MANS) +MAINTAINERCLEANFILES= \ + $(dist_man_MANS) |