From 0b3546a2eae65aa945b7891728e0c5b3bbb8070c Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" Date: Mon, 7 May 2001 16:57:12 +0000 Subject: [PATCH] Add symlink to icons directory. --- www/GNUmakefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/GNUmakefile.in b/www/GNUmakefile.in index f23930b44..7d30b0649 100644 --- a/www/GNUmakefile.in +++ b/www/GNUmakefile.in @@ -56,7 +56,9 @@ install: $(addprefix $(INSTALL_WWWDIR)/, $(ALLFILES)) \ $(addprefix $(INSTALL_WWWDIR)/doc/, $(ALLDOCS)) cd $(INSTALL_WWWDIR) && \ rm -f tbdb.html; \ - ln -s index.html tbdb.html; + ln -s index.html tbdb.html; \ + rm -f icons; \ + ln -s /usr/local/www/icons icons; $(INSTALL_WWWDIR)/%: % @echo "Installing $<" -- GitLab