X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=Makefile.am.pre;h=2c1eae371f80b3ea10812edaba96cadf677785f6;hb=413da0f8686910f5e627393157566ae729ca99c4;hp=e20a823ba1a666c4fa4d7d14d26135876147555d;hpb=050bd9d9e5d843220f3f393a18ab5011622237b9;p=crypto.git diff --git a/Makefile.am.pre b/Makefile.am.pre index e20a823b..2c1eae37 100644 --- a/Makefile.am.pre +++ b/Makefile.am.pre @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2000 - 2002Pekka Riikonen +# Copyright (C) 2000 - 2003 Pekka Riikonen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -44,6 +44,7 @@ modulesdir = $(DESTDIR)$(silc_modulesdir) helpdir = $(DESTDIR)$(silc_helpdir) docdir = $(DESTDIR)$(silc_docdir) logsdir = $(DESTDIR)$(silc_logsdir) +mandir = $(DESTDIR)@mandir@ install-dirs: -mkdir -p $(etcdir) @@ -125,7 +126,7 @@ if SILC_DIST_CLIENT install-data-hook: install-dirs-client sim-install doc-install-client etc-install-client else if SILC_DIST_TOOLKIT -install-data-hook: install-dirs-client install-dirs-server sim-install doc-install-client doc-install-server toolkit-install examples-install etc-install-client etc-install-server generate-server-key +install-data-hook: install-dirs-client install-dirs-server sim-install doc-install-client doc-install-server toolkit-install examples-install etc-install-client etc-install-server else install-data-hook: install-dirs-server sim-install doc-install-server examples-install etc-install-server generate-server-key endif