Skip to content

Commit

Permalink
Merge pull request #436 from ikedas/issue-435
Browse files Browse the repository at this point in the history
doc/Makefile: Fails to build list_config.5 etc. #435
  • Loading branch information
ikedas authored Oct 18, 2018
2 parents b2b4991 + c41ceb4 commit 42f130c
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 42f130c

Please sign in to comment.