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