Skip to content
GitLab
Menu
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-stable
Commits
e6a1e3e8
Commit
e6a1e3e8
authored
Dec 08, 2004
by
Leigh B. Stoller
Browse files
Fix tiny typo that prevented floormap files from being installed.
parent
8fb23715
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/GNUmakefile.in
View file @
e6a1e3e8
...
...
@@ -44,7 +44,7 @@ AUTOICONS = $(wildcard $(SRCDIR)/autostatus-icons/*.gif)
AUTOICONS += $(wildcard $(SRCDIR)/autostatus-icons/*.png)
FLOORMAPFILES = $(wildcard $(SRCDIR)/floormap/*.jpg)
FLOORMAPFILES
= $(wildcard $(SRCDIR)/floormap/*.gif)
FLOORMAPFILES
+
= $(wildcard $(SRCDIR)/floormap/*.gif)
PIXFILES = $(wildcard $(SRCDIR)/pix/*.jpg)
PIXFILES += $(wildcard $(SRCDIR)/pix/*.gif)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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