From f49bbfa52e7d61c6e39d075f493d151491faa33e Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" Date: Fri, 18 Jan 2002 01:14:03 +0000 Subject: [PATCH] Add install of webdb stuff. --- www/GNUmakefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/GNUmakefile.in b/www/GNUmakefile.in index 6f02e864e..146b90ab4 100644 --- a/www/GNUmakefile.in +++ b/www/GNUmakefile.in @@ -46,6 +46,8 @@ TUTFILES += $(wildcard $(SRCDIR)/tutorial/*.php3) TUTFILES += $(wildcard $(SRCDIR)/tutorial/*.ns) TUTFILES += $(SRCDIR)/tutorial/tb_compat.tcl +WEBDBFILES = $(wildcard $(SRCDIR)/webdb/*.php3) + # # Kill the directory part of the names. The vpath rule will do the rest. # @@ -54,11 +56,13 @@ ALLPIXES = $(notdir $(PIXFILES)) ALLDOCS = $(notdir $(DOCFILES)) ALLTUTS = $(notdir $(TUTFILES)) ALLICONS = $(notdir $(AUTOICONS)) +ALLWEBDB = $(notdir $(WEBDBFILES)) install: $(addprefix $(INSTALL_WWWDIR)/, $(ALLFILES)) \ $(addprefix $(INSTALL_WWWDIR)/pix/, $(ALLPIXES)) \ $(addprefix $(INSTALL_WWWDIR)/tutorial/, $(ALLTUTS)) \ $(addprefix $(INSTALL_WWWDIR)/doc/, $(ALLDOCS)) \ + $(addprefix $(INSTALL_WWWDIR)/webdb/, $(ALLWEBDB)) \ $(addprefix $(INSTALL_WWWDIR)/autostatus-icons/, $(ALLICONS)) cd $(INSTALL_WWWDIR) && \ if test -d ../webglimpse; \ -- GitLab