summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-06-10 23:25:57 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-06-10 23:27:21 -0400
commit0fd3bb3036fb2621c5a0f80e3a9d495b84b30449 (patch)
treedac649800a383b36991fcaf1881c7248503f0271
parent6209a6230cce6c9b1af3c699f0f18335e820e1ea (diff)
downloadpango-0fd3bb3036fb2621c5a0f80e3a9d495b84b30449.tar.gz
Bug 585164 – 'man preload' shows man page for pango-view
Fix pango-view manual installation.
-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 9a7b41da..c94559f5 100644
--- a/pango-view/Makefile.am
+++ b/pango-view/Makefile.am
@@ -101,7 +101,7 @@ $(srcdir)/pango-view.1: ../configure.in $(pango_view_SOURCES)
(test -f "$@" || echo help2man is required to generate this file. >> "$@"));
install-data-hook:
- @cd "$(DESTDIR)$(man1dir)" && gzip -c pango-view.1 > preload.1.gz && $(RM) preload.1
+ @cd "$(DESTDIR)$(man1dir)" && gzip -c pango-view.1 > pango-view.1.gz && $(RM) pango-view.1
uninstall-hook:
$(RM) "$(DESTDIR)$(man1dir)/pango-view.1.gz"