From c41ceb4868b5bdefbead64305f59ff1d5d0fdb90 Mon Sep 17 00:00:00 2001 From: IKEDA Soji Date: Fri, 12 Oct 2018 08:31:32 +0900 Subject: [PATCH] [-bug] doc/Makefile: Intermediate files list_config.pod etc. won't be cleared and failed to update target files. --- doc/Makefile.am | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 31d9f55db..4b9087714 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -82,11 +82,6 @@ CLEANFILES = $(man1_MANS) $(man5_MANS) $(AM_V_GEN)$(POD2MAN) --section=5 --center="sympa $(VERSION)" \ --lax --release="$(VERSION)" $*.pod $@ -.podpl.5: - $(AM_V_GEN)rm -f $*.pod - @PERL5LIB=$(top_srcdir)/src/lib; export PERL5LIB; \ +.podpl.pod: + $(AM_V_GEN)PERL5LIB=$(top_srcdir)/src/lib; export PERL5LIB; \ $(PERL) $(srcdir)/$< > $*.pod - @rm -f $@ - @$(POD2MAN) --section=5 --center="sympa $(VERSION)" \ - --lax --release="$(VERSION)" $*.pod $@ - @rm -f $*.pod