diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-07-28 14:33:02 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-07-28 14:33:02 -0400 |
commit | 091be0f7d8d06d38bf72c8f2521b2ab8808043d5 (patch) | |
tree | 4f6a84f5928920c503403ceffe2cde073f72cb0c /pango-view | |
parent | 01783de926a09dd8a3b11699bc8b1a6b6dce0556 (diff) | |
download | pango-091be0f7d8d06d38bf72c8f2521b2ab8808043d5.tar.gz |
Bug 590042 – pango-view.1 manpage should not be gzipped
Diffstat (limited to 'pango-view')
-rw-r--r-- | pango-view/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pango-view/Makefile.am b/pango-view/Makefile.am index c94559f5..451f0d86 100644 --- a/pango-view/Makefile.am +++ b/pango-view/Makefile.am @@ -100,12 +100,6 @@ $(srcdir)/pango-view.1: ../configure.in $(pango_view_SOURCES) echo Failed to update pango-view.1, the man page may be outdated >&2; \ (test -f "$@" || echo help2man is required to generate this file. >> "$@")); -install-data-hook: - @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" - ######################################################### BUILT_SOURCES = pangorc |