Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
0b3546a2
Commit
0b3546a2
authored
May 07, 2001
by
Leigh B. Stoller
Browse files
Add symlink to icons directory.
parent
443920d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/GNUmakefile.in
View file @
0b3546a2
...
...
@@ -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 $<"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment