summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pango-view/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango-view/Makefile.am b/pango-view/Makefile.am
index 2721f970..dbfd81a0 100644
--- a/pango-view/Makefile.am
+++ b/pango-view/Makefile.am
@@ -93,7 +93,7 @@ nodist_man_MANS = pango-view.1
# The indirection through pango-view.1.in is to make parallel build work.
# See bug 587768.
$(srcdir)/pango-view.1.in: ../configure.in $(pango_view_SOURCES)
- $(AM_V_GEN) $(top_builddir)/missing --run \
+ $(AM_V_GEN) $(top_srcdir)/missing --run \
help2man --no-info --section=1 \
--help-option="--help-all" --output="$@.tmp" \
--name 'Pango text viewer' ./pango-view \