From 5fead83069363fe8fbc9f707c3e6e2ca0e9d0f67 Mon Sep 17 00:00:00 2001 From: Dale Mellor Date: Sun, 13 Jun 2010 16:58:46 +0100 Subject: Leave info/dir around; the Debian package has a patch to remove it. --- makefile.am | 9 --------- 1 file changed, 9 deletions(-) diff --git a/makefile.am b/makefile.am index 32c12f8..4474ffe 100644 --- a/makefile.am +++ b/makefile.am @@ -88,15 +88,6 @@ uninstall-hook: fi -# Debian lintian barfs if we install an info top-level. - -install-data-hook: - if [ -f $(DESTDIR)$(infodir)/dir -o -f $(DESTDIR)$(infodir)/dir.gz ]; \ - then \ - rm $(DESTDIR)$(infodir)/dir*; \ - fi - - # Not part of formal package building, but a rule for manual use to get the # elemental man page. Will only work once the mcron program is installed. cook-up-man: -- cgit v1.2.3