From 53c15eebb1b72456e33f03d7a40527a4c9bb174d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Wed, 30 Mar 2016 13:25:32 +0200 Subject: docs: fix parallel build of manpages --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 5136c70..b461664 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -47,8 +47,8 @@ $(MANFILES): index.db mv $@ ..; \ $(CLEAN_TMPDIR) -fix_sgml2man: - @sed -i -e 's!\\fB\\fIdestination\\fB\\fR \[\\fB/\\fIport\\fB\\fR\]!\\fB\\fIdestination\\fB\\fR[\\fB/\\fIport\\fB\\fR]!g' tracepath.8 +fix_sgml2man: tracepath.8 + @sed -i -e 's!\\fB\\fIdestination\\fB\\fR \[\\fB/\\fIport\\fB\\fR\]!\\fB\\fIdestination\\fB\\fR[\\fB/\\fIport\\fB\\fR]!g' $< clean: @rm -rf $(MANFILES) $(HTMLFILES) iputils.html tmp.db2html* tmp.db2man* -- cgit v1.2.1