Change command used to install help files so that it ignores VCS directories.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@208 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2012-06-17 23:22:55 +00:00
parent 904ad9edef
commit 69fd6e12c7
28 changed files with 3 additions and 141 deletions

View File

@@ -112,11 +112,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@
@@ -216,9 +211,9 @@ installdll_local: $(srcdir)/Makefile dll/Makefile
&& $(MAKE) 'PLUGINDIR=$(local_dir)/.BitchX/plugins' && $(MAKE) 'PLUGINDIR=$(local_dir)/.BitchX/plugins'
installhelp: installdirs installhelp: installdirs
cd $(top_srcdir) \ cd $(top_srcdir)/bitchx-docs && \
&& $(INSTALL_HELP_CMD) find . -name .svn -prune -o -print | cpio -pdmu -R `id -un`:`id -gn` "$(DESTDIR)$(HELPDIR)"
(find $(DESTDIR)$(HELPDIR) -type f ! -name '*.bz2' ! -name '*.gz' | \ (find "$(DESTDIR)$(HELPDIR)" -type f ! -name '*.bz2' ! -name '*.gz' | \
(xargs bzip2 -9f || xargs gzip -9f) || :) 2>/dev/null (xargs bzip2 -9f || xargs gzip -9f) || :) 2>/dev/null
installbin: installirc @INSTALL_EXTRAS@ installbin: installirc @INSTALL_EXTRAS@

View File

@@ -82,11 +82,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -1023,7 +1023,6 @@ if test -n "$CYGWIN" -o -n "$EMXOS2" -o -n "$MINGWIN32"; then
INSTALL_WSERV="\$(IRCLIB)/wserv\$(EXEEXT)" INSTALL_WSERV="\$(IRCLIB)/wserv\$(EXEEXT)"
INSTALL_SCRBX="\$(IRCLIB)/scr-bx\$(EXEEXT)" INSTALL_SCRBX="\$(IRCLIB)/scr-bx\$(EXEEXT)"
INSTALL_SCRIPT="\$(IRCLIB)/script" INSTALL_SCRIPT="\$(IRCLIB)/script"
INSTALL_HELP_CMD="cp -pfr bitchx-docs/* \$(DESTDIR)\$(HELPDIR)"
PLUGINDIR="\$(IRCLIB)/plugins" PLUGINDIR="\$(IRCLIB)/plugins"
DEFAULT_CTOOLZ_DIR="/PROGRA~1/BitchX" DEFAULT_CTOOLZ_DIR="/PROGRA~1/BitchX"
DEFAULT_MSGLOGFILE="BitchX.awy" DEFAULT_MSGLOGFILE="BitchX.awy"
@@ -1044,7 +1043,6 @@ else
INSTALL_WSERV="\$(IRCLIB)/wserv\$(EXEEXT)" INSTALL_WSERV="\$(IRCLIB)/wserv\$(EXEEXT)"
INSTALL_SCRBX="\${bindir}/scr-bx\$(EXEEXT)" INSTALL_SCRBX="\${bindir}/scr-bx\$(EXEEXT)"
INSTALL_SCRIPT="\$(IRCLIB)/script" INSTALL_SCRIPT="\$(IRCLIB)/script"
INSTALL_HELP_CMD="cp -pfr bitchx-docs/* \$(DESTDIR)\$(HELPDIR)"
PLUGINDIR="\$(IRCLIB)/plugins" PLUGINDIR="\$(IRCLIB)/plugins"
DEFAULT_CTOOLZ_DIR="~/.BitchX" DEFAULT_CTOOLZ_DIR="~/.BitchX"
DEFAULT_MSGLOGFILE="BitchX.away" DEFAULT_MSGLOGFILE="BitchX.away"
@@ -1081,7 +1079,6 @@ AC_SUBST(HELPDIR)
AC_SUBST(INSTALL_WSERV) AC_SUBST(INSTALL_WSERV)
AC_SUBST(INSTALL_SCRBX) AC_SUBST(INSTALL_SCRBX)
AC_SUBST(INSTALL_SCRIPT) AC_SUBST(INSTALL_SCRIPT)
AC_SUBST(INSTALL_HELP_CMD)
AC_SUBST(PLUGINDIR) AC_SUBST(PLUGINDIR)
AC_SUBST(INCLUDES) AC_SUBST(INCLUDES)
AC_SUBST(GUI_SRCS) AC_SUBST(GUI_SRCS)

View File

@@ -87,11 +87,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -86,11 +86,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -86,11 +86,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -86,11 +86,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -86,11 +86,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -82,11 +82,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -83,11 +83,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -85,11 +85,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@

View File

@@ -88,11 +88,6 @@ IRCPATH = @IRCPATH@
# Path for TRANSLATION variable. # Path for TRANSLATION variable.
TRANSLATION_PATH = @TRANSLATION_PATH@ 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. # This is where the optional plugins will be copied to.
PLUGINDIR = @PLUGINDIR@ PLUGINDIR = @PLUGINDIR@