X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=Makefile.in;h=61dc16447890dd78ed11129ce267b88a44ab8358;hb=8d69a3a1fe658793c25cbc1e3e45fe6cdcd629eb;hp=39007d5831f0a8db2f65bdd45c69a813c31dbee9;hpb=d9726d0f8fffa6d2f8174bf6f6599b2e01ccbd50;p=onak.git diff --git a/Makefile.in b/Makefile.in index 39007d5..61dc164 100644 --- a/Makefile.in +++ b/Makefile.in @@ -53,10 +53,12 @@ install: $(PROGS) onak.conf $(BACKENDS) install -d $(DESTDIR)/@libdir@/onak/backends install -d $(DESTDIR)/@localstatedir@/lib/onak install -d $(DESTDIR)/@mandir@/man1 + install -d $(DESTDIR)/@mandir@/man8 install -d $(DESTDIR)/@sysconfdir@ install onak-mail.pl $(DESTDIR)/@libdir@/onak install onak splitkeys $(DESTDIR)/@bindir@ install onak.1 splitkeys.1 $(DESTDIR)/@mandir@/man1 + install keyd.8 onak-mail.pl.8 $(DESTDIR)/@mandir@/man8 ifeq (x@DBTYPE@, xdynamic) install $(BACKENDS) $(DESTDIR)/@libdir@/onak/backends install -d $(DESTDIR)/@sbindir@ @@ -139,7 +141,7 @@ ifeq (x@KEYD@, xyes) endif distclean: clean - $(RM) -f Makefile .depend config.{log,status,h} + $(RM) -f Makefile .depend config.log config.status config.h $(RM) -r autom4te.cache .depend: $(SRCS)