search for: f0d73f1

Displaying 1 result from an estimated 1 matches for "f0d73f1".

Did you mean: f0d03f1
2009 Aug 21
2
[virt-v2v] "make distcheck" now passes
...) diff --git a/Makefile.am b/Makefile.am index 4e75eb0..9e2918b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,3 +18,5 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = perl po v2v + +CLEANFILES = pod2htmd.tmp pod2htmi.tmp html/$(PACKAGE_NAME).1.html diff --git a/perl/Makefile.am b/perl/Makefile.am index f0d73f1..414abdb 100644 --- a/perl/Makefile.am +++ b/perl/Makefile.am @@ -33,8 +33,9 @@ Makefile-pl: Makefile.PL #CLEANFILES = Makefile-pl clean-local: - -$(MAKE) -f Makefile-pl clean + -$(MAKE) -f Makefile-pl realclean rm -f Makefile-pl -install-data-hook: - $(MAKE) -f Makefile-pl DESTDIR=$(DESTDIR)...