Skip to content

Commit 0611069

Browse files
fertapricJosé Valim
authored andcommitted
Set proper path of common options used in manpages (#7237)
The path for the common options shared between elixir and iex was not changed when the `man/Makefile` was merged into the top-level `Makefile`.
1 parent f2b31a6 commit 0611069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,13 @@ build_man: man/iex.1 man/elixir.1
243243

244244
man/iex.1:
245245
$(Q) cp man/iex.1.in man/iex.1
246-
$(Q) sed -i.bak "/{COMMON}/r common" man/iex.1
246+
$(Q) sed -i.bak "/{COMMON}/r man/common" man/iex.1
247247
$(Q) sed -i.bak "/{COMMON}/d" man/iex.1
248248
$(Q) rm -f man/iex.1.bak
249249

250250
man/elixir.1:
251251
$(Q) cp man/elixir.1.in man/elixir.1
252-
$(Q) sed -i.bak "/{COMMON}/r common" man/elixir.1
252+
$(Q) sed -i.bak "/{COMMON}/r man/common" man/elixir.1
253253
$(Q) sed -i.bak "/{COMMON}/d" man/elixir.1
254254
$(Q) rm -f man/elixir.1.bak
255255

0 commit comments

Comments
 (0)