Makefile.am (1184B)
1 # This program is free software; you can redistribute it and/or modify 2 # it under the terms of the GNU General Public License as published by 3 # the Free Software Foundation; either version 2 of the License, or 4 # (at your option) any later version. 5 6 # You should have received a copy of the GNU General Public License 7 # along with this program; if not, write to the Free Software 8 # Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, 9 # USA. 10 11 #-------------------------------------------------------------------------- 12 EXTRA_DIST=bincimapd.1 bincimap-up.1 bincimap.conf.5 13 14 #-------------------------------------------------------------------------- 15 install-exec-hook: 16 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 17 $(INSTALL_DATA) $(srcdir)/bincimapd.1 $(DESTDIR)$(mandir)/man1 18 $(INSTALL_DATA) $(srcdir)/bincimap-up.1 $(DESTDIR)$(mandir)/man1 19 $(mkinstalldirs) $(DESTDIR)$(mandir)/man5 20 $(INSTALL_DATA) $(srcdir)/bincimap.conf.5 $(DESTDIR)$(mandir)/man5 21 22 #-------------------------------------------------------------------------- 23 uninstall-hook: 24 rm $(DESTDIR)$(mandir)/man1/bincimapd.1 25 rm $(DESTDIR)$(mandir)/man1/bincimap-up.1 26 rm $(DESTDIR)$(mandir)/man5/bincimap.conf.5