Skip to content

Commit

Permalink
Merge pull request #36 from mattthias/substitue_vars_in_manpage
Browse files Browse the repository at this point in the history
Fix unused variable substitution in the manpage.
  • Loading branch information
steveschnepp authored Oct 27, 2017
2 parents 8cfe354 + d97a535 commit 506ef5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ RELEASE="$(shell $(top_srcdir)/getversion)"

%.1:%.pod
$(AM_V_GEN)pod2man --section=1 --release=$(RELEASE) --center=$(MANCENTER) $< > $@
sed -i -e 's#@@pkglibexecdir@@#$(pkglibexecdir)#' -e 's#@@CONFDIR@@#$(sysconfdir)#' $@


# vim:ft=make

0 comments on commit 506ef5b

Please sign in to comment.