From 0fd3bb3036fb2621c5a0f80e3a9d495b84b30449 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 10 Jun 2009 23:25:57 -0400 Subject: [PATCH] =?utf8?q?Bug=20585164=20=E2=80=93=20'man=20preload'=20sho?= =?utf8?q?ws=20man=20page=20for=20pango-view?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix pango-view manual installation. --- pango-view/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pango-view/Makefile.am b/pango-view/Makefile.am index 9a7b41d..c94559f 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" -- 2.7.4