diff options
author | Dale Mellor <dale@rdmp.org> | 2010-06-13 16:58:46 +0100 |
---|---|---|
committer | Dale Mellor <dale@rdmp.org> | 2010-06-13 16:58:46 +0100 |
commit | 5fead83069363fe8fbc9f707c3e6e2ca0e9d0f67 (patch) | |
tree | 5cfaa7bfb63dd27e434bcb7a03a021edc3cb804c /makefile.am | |
parent | be34829b1be722b4a03a13d9576addc8f55e5859 (diff) | |
download | mcron-5fead83069363fe8fbc9f707c3e6e2ca0e9d0f67.tar.gz mcron-5fead83069363fe8fbc9f707c3e6e2ca0e9d0f67.tar.bz2 mcron-5fead83069363fe8fbc9f707c3e6e2ca0e9d0f67.zip |
Leave info/dir around; the Debian package has a patch to remove it.
Diffstat (limited to 'makefile.am')
-rw-r--r-- | makefile.am | 9 |
1 files changed, 0 insertions, 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: |