diff options
Diffstat (limited to 'pango-view')
-rw-r--r-- | pango-view/Makefile.am | 2 |
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" |