Bug 621612 - VPATH build fix
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 15 Jun 2010 12:38:59 +0000 (08:38 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 15 Jun 2010 13:28:19 +0000 (09:28 -0400)
pango-view/Makefile.am

index 2721f97..dbfd81a 100644 (file)
@@ -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 \