diff --git a/Makefile.in b/Makefile.in index 4dfb863..af85e87 100644 --- a/Makefile.in +++ b/Makefile.in @@ -112,11 +112,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ @@ -216,9 +211,9 @@ installdll_local: $(srcdir)/Makefile dll/Makefile && $(MAKE) 'PLUGINDIR=$(local_dir)/.BitchX/plugins' installhelp: installdirs - cd $(top_srcdir) \ - && $(INSTALL_HELP_CMD) - (find $(DESTDIR)$(HELPDIR) -type f ! -name '*.bz2' ! -name '*.gz' | \ + cd $(top_srcdir)/bitchx-docs && \ + find . -name .svn -prune -o -print | cpio -pdmu -R `id -un`:`id -gn` "$(DESTDIR)$(HELPDIR)" + (find "$(DESTDIR)$(HELPDIR)" -type f ! -name '*.bz2' ! -name '*.gz' | \ (xargs bzip2 -9f || xargs gzip -9f) || :) 2>/dev/null installbin: installirc @INSTALL_EXTRAS@ diff --git a/bx-conf/Makefile.in b/bx-conf/Makefile.in index d4768b5..a139705 100644 --- a/bx-conf/Makefile.in +++ b/bx-conf/Makefile.in @@ -82,11 +82,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/configure.in b/configure.in index 2545bd1..93da450 100644 --- a/configure.in +++ b/configure.in @@ -1023,7 +1023,6 @@ if test -n "$CYGWIN" -o -n "$EMXOS2" -o -n "$MINGWIN32"; then INSTALL_WSERV="\$(IRCLIB)/wserv\$(EXEEXT)" INSTALL_SCRBX="\$(IRCLIB)/scr-bx\$(EXEEXT)" INSTALL_SCRIPT="\$(IRCLIB)/script" - INSTALL_HELP_CMD="cp -pfr bitchx-docs/* \$(DESTDIR)\$(HELPDIR)" PLUGINDIR="\$(IRCLIB)/plugins" DEFAULT_CTOOLZ_DIR="/PROGRA~1/BitchX" DEFAULT_MSGLOGFILE="BitchX.awy" @@ -1044,7 +1043,6 @@ else INSTALL_WSERV="\$(IRCLIB)/wserv\$(EXEEXT)" INSTALL_SCRBX="\${bindir}/scr-bx\$(EXEEXT)" INSTALL_SCRIPT="\$(IRCLIB)/script" - INSTALL_HELP_CMD="cp -pfr bitchx-docs/* \$(DESTDIR)\$(HELPDIR)" PLUGINDIR="\$(IRCLIB)/plugins" DEFAULT_CTOOLZ_DIR="~/.BitchX" DEFAULT_MSGLOGFILE="BitchX.away" @@ -1081,7 +1079,6 @@ AC_SUBST(HELPDIR) AC_SUBST(INSTALL_WSERV) AC_SUBST(INSTALL_SCRBX) AC_SUBST(INSTALL_SCRIPT) -AC_SUBST(INSTALL_HELP_CMD) AC_SUBST(PLUGINDIR) AC_SUBST(INCLUDES) AC_SUBST(GUI_SRCS) diff --git a/dll/Makefile.in b/dll/Makefile.in index 2fb69dd..7034394 100644 --- a/dll/Makefile.in +++ b/dll/Makefile.in @@ -87,11 +87,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/abot/Makefile.in b/dll/abot/Makefile.in index a9fc449..81730a0 100644 --- a/dll/abot/Makefile.in +++ b/dll/abot/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/acro/Makefile.in b/dll/acro/Makefile.in index f7c2d7e..d37a77d 100644 --- a/dll/acro/Makefile.in +++ b/dll/acro/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/aim/Makefile.in b/dll/aim/Makefile.in index f11fc5e..52f8afb 100644 --- a/dll/aim/Makefile.in +++ b/dll/aim/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/aim/toc/Makefile.in b/dll/aim/toc/Makefile.in index e96cabf..a8c19c0 100644 --- a/dll/aim/toc/Makefile.in +++ b/dll/aim/toc/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/amp/Makefile.in b/dll/amp/Makefile.in index aa38215..3f29e65 100644 --- a/dll/amp/Makefile.in +++ b/dll/amp/Makefile.in @@ -86,11 +86,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/arcfour/Makefile.in b/dll/arcfour/Makefile.in index d270cf7..0aa477f 100644 --- a/dll/arcfour/Makefile.in +++ b/dll/arcfour/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/autocycle/Makefile.in b/dll/autocycle/Makefile.in index f49a59d..68e1aa7 100644 --- a/dll/autocycle/Makefile.in +++ b/dll/autocycle/Makefile.in @@ -86,11 +86,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/blowfish/Makefile.in b/dll/blowfish/Makefile.in index 83988e5..e9fcbce 100644 --- a/dll/blowfish/Makefile.in +++ b/dll/blowfish/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/cavlink/Makefile.in b/dll/cavlink/Makefile.in index 1e8feec..85f9aee 100644 --- a/dll/cavlink/Makefile.in +++ b/dll/cavlink/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/cdrom/Makefile.in b/dll/cdrom/Makefile.in index efa56ed..b06c95f 100644 --- a/dll/cdrom/Makefile.in +++ b/dll/cdrom/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/encrypt/Makefile.in b/dll/encrypt/Makefile.in index 184c4eb..f4b99fc 100644 --- a/dll/encrypt/Makefile.in +++ b/dll/encrypt/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/europa/Makefile.in b/dll/europa/Makefile.in index 2483853..9104b74 100644 --- a/dll/europa/Makefile.in +++ b/dll/europa/Makefile.in @@ -86,11 +86,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/fserv/Makefile.in b/dll/fserv/Makefile.in index 6326f51..39068a5 100644 --- a/dll/fserv/Makefile.in +++ b/dll/fserv/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/hint/Makefile.in b/dll/hint/Makefile.in index e93340d..83b4fd9 100644 --- a/dll/hint/Makefile.in +++ b/dll/hint/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/identd/Makefile.in b/dll/identd/Makefile.in index 04a23a4..5d5df23 100644 --- a/dll/identd/Makefile.in +++ b/dll/identd/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/nap/Makefile.in b/dll/nap/Makefile.in index 2ba38d7..abecbf9 100644 --- a/dll/nap/Makefile.in +++ b/dll/nap/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/nicklist/Makefile.in b/dll/nicklist/Makefile.in index 9061e37..ed1aa85 100644 --- a/dll/nicklist/Makefile.in +++ b/dll/nicklist/Makefile.in @@ -86,11 +86,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/pkga/Makefile.in b/dll/pkga/Makefile.in index 70fc0a3..be7e0bf 100644 --- a/dll/pkga/Makefile.in +++ b/dll/pkga/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/possum/Makefile.in b/dll/possum/Makefile.in index 0a4522a..ac97b3e 100644 --- a/dll/possum/Makefile.in +++ b/dll/possum/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/qbx/Makefile.in b/dll/qbx/Makefile.in index 813212e..b1376ea 100644 --- a/dll/qbx/Makefile.in +++ b/dll/qbx/Makefile.in @@ -82,11 +82,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/qmail/Makefile.in b/dll/qmail/Makefile.in index 67f1f64..5390c20 100644 --- a/dll/qmail/Makefile.in +++ b/dll/qmail/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/wavplay/Makefile.in b/dll/wavplay/Makefile.in index 644327a..bd303bd 100644 --- a/dll/wavplay/Makefile.in +++ b/dll/wavplay/Makefile.in @@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/dll/xmms/Makefile.in b/dll/xmms/Makefile.in index 29f108d..888fa28 100644 --- a/dll/xmms/Makefile.in +++ b/dll/xmms/Makefile.in @@ -85,11 +85,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@ diff --git a/source/Makefile.in b/source/Makefile.in index 60f2d47..b1b6b78 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -88,11 +88,6 @@ IRCPATH = @IRCPATH@ # Path for TRANSLATION variable. TRANSLATION_PATH = @TRANSLATION_PATH@ -# This command will be used to install the BitchX help files. If you don't -# want to install them, replace with the following: -# INSTALL_HELP_CMD = @echo The help files have not been installed. -INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - # This is where the optional plugins will be copied to. PLUGINDIR = @PLUGINDIR@