|
Lines 1-44
Link Here
|
| 1 |
--- Makefile.in.orig Wed Jul 10 16:54:28 2002 |
|
|
| 2 |
+++ Makefile.in Wed Jul 10 18:02:37 2002 |
| 3 |
@@ -151,7 +151,7 @@ |
| 4 |
|
| 5 |
AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign |
| 6 |
|
| 7 |
-COMMONDIRS = lib irssi silc silcd doc includes |
| 8 |
+COMMONDIRS = lib irssi silc includes |
| 9 |
|
| 10 |
# Sub directories defined by "distributions" file, and can be overridden |
| 11 |
# with ./configure, which substitutes these variables. |
| 12 |
@@ -531,10 +531,7 @@ |
| 13 |
|
| 14 |
install-dirs: |
| 15 |
-mkdir -p $(etcdir) |
| 16 |
- -mkdir -p $(modulesdir) |
| 17 |
-mkdir -p $(helpdir) |
| 18 |
- -mkdir -p $(docdir) |
| 19 |
- -mkdir -p $(logsdir) |
| 20 |
|
| 21 |
generate-server-key: |
| 22 |
-@if test '!' -f $(etcdir)/silcd.pub ; then \ |
| 23 |
@@ -568,19 +565,12 @@ |
| 24 |
$(INSTALL_DATA) $(srcdir)/doc/examples/cell* $(docdir)/examples/ |
| 25 |
|
| 26 |
etc-install: |
| 27 |
- -@if test '!' -f $(etcdir)/silcd.conf ; then \ |
| 28 |
- $(INSTALL_DATA) $(srcdir)/doc/example_silcd.conf \ |
| 29 |
- $(etcdir)/silcd.conf; \ |
| 30 |
- $(INSTALL_DATA) $(srcdir)/doc/silcalgs.conf \ |
| 31 |
- $(etcdir)/silcalgs.conf; \ |
| 32 |
- chmod go= $(etcdir)/silcd.conf; \ |
| 33 |
- fi |
| 34 |
-@if test '!' -f $(etcdir)/silc.conf ; then \ |
| 35 |
$(INSTALL_DATA) $(srcdir)/irssi/silc.conf \ |
| 36 |
- $(etcdir)/silc.conf; \ |
| 37 |
+ $(etcdir)/silc.conf.sample; \ |
| 38 |
fi |
| 39 |
|
| 40 |
-@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install doc-install etc-install |
| 41 |
+@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs etc-install |
| 42 |
@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_TRUE@install-data-hook: install-dirs generate-server- |
| 43 |
@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_FALSE@install-data-hook: install-dirs generate-server |
| 44 |
key sim-install doc-install examples-install etc-install |
| 45 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |