Skip to content

Commit

Permalink
Makefile: get rid of non-posix '-i' option
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Sep 14, 2023
1 parent 344ecad commit 180d609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ all: help
help:

pod:
perl -0pe 's/\R?$$/\n\n/' $(wildcard src/*.pod) > ${POD}
sed -i '/^# vim: .*/d' ${POD}
perl -0pe 's/\R?$$/\n\n/' $(wildcard src/*.pod) | \
sed '/^# vim: .*/d' > ${POD}

man: pod
pod2man -r "${NAME} ${VERSION}" -c "${DESCRIPTION}" \
Expand Down

0 comments on commit 180d609

Please sign in to comment.