comparison Makefile.in @ 93:b3673777f52a

forgot again to commit the updated Makefile.in maybe it would be better to not keep generated files under version control
author meillo@marmaro.de
date Mon, 21 Jun 2010 10:21:42 +0200
parents 3e7136221104
children 6eec8bcfd320
comparison
equal deleted inserted replaced
92:10d00e3235f2 93:b3673777f52a
689 maintainer-clean maintainer-clean-generic mostlyclean \ 689 maintainer-clean maintainer-clean-generic mostlyclean \
690 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ 690 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
691 uninstall uninstall-am uninstall-local 691 uninstall uninstall-am uninstall-local
692 692
693 693
694 #bin_SCRIPTS = contrib/rmail
695
696 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir doc_dir rmail 694 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir doc_dir rmail
697 695
698 uninstall-local: rm-rmail rm-doc_dir rm-tpl_dir 696 uninstall-local: rm-rmail rm-doc_dir rm-tpl_dir
699
700 rm-doc_dir:
701 cd $(DESTDIR)@docdir@ ;\
702 rm -rf docs examples ;\
703 rm -f ChangeLog NEWS AUTHORS COPYING README TODO
704 rmdir $(DESTDIR)@docdir@
705
706 rm-tpl_dir:
707 cd $(DESTDIR)@datadir@ ;\
708 rm -rf masqmail
709 697
710 conf_dir: $(DESTDIR)@with_confdir@ 698 conf_dir: $(DESTDIR)@with_confdir@
711 699
712 $(DESTDIR)@with_confdir@: 700 $(DESTDIR)@with_confdir@:
713 install -d $(DESTDIR)@with_confdir@ 701 install -d $(DESTDIR)@with_confdir@
755 chmod 755 $(DESTDIR)@prefix@/bin/rmail 743 chmod 755 $(DESTDIR)@prefix@/bin/rmail
756 744
757 rm-rmail: 745 rm-rmail:
758 rm -f $(DESTDIR)@prefix@/bin/rmail 746 rm -f $(DESTDIR)@prefix@/bin/rmail
759 747
748 rm-doc_dir:
749 cd $(DESTDIR)@docdir@ ;\
750 rm -rf docs examples ;\
751 rm -f ChangeLog NEWS AUTHORS COPYING README TODO
752 rmdir $(DESTDIR)@docdir@
753
754 rm-tpl_dir:
755 cd $(DESTDIR)@datadir@ ;\
756 rm -rf masqmail
757
760 # Tell versions [3.59,3.63) of GNU make to not export all variables. 758 # Tell versions [3.59,3.63) of GNU make to not export all variables.
761 # Otherwise a system limit (for SysV at least) may be exceeded. 759 # Otherwise a system limit (for SysV at least) may be exceeded.
762 .NOEXPORT: 760 .NOEXPORT: