Skip to content

Commit

Permalink
[-bug] doc/Makefile: Intermediate files list_config.pod etc. won't be…
Browse files Browse the repository at this point in the history
… cleared and failed to update target files.
  • Loading branch information
ikedas committed Oct 11, 2018
1 parent 6e49079 commit c41ceb4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c41ceb4

Please sign in to comment.