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-devel
Commits
94e619ce
Commit
94e619ce
authored
Feb 15, 2005
by
Timothy Stack
Browse files
install JARs in the build directory
parent
49ea2110
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/GNUmakefile.in
View file @
94e619ce
...
...
@@ -30,7 +30,7 @@ include $(TESTBED_SRCDIR)/GNUmakerules
# Generate a list of all the files we want to install from the current
# directory and the source directory.
#
FILES = $(wildcard *.css *.jpg *.gif *.png *.html *.php3 *.php *.ico)
FILES = $(wildcard *.css *.jpg *.gif *.png *.html *.php3 *.php *.ico
*.jar
)
FILES += $(wildcard $(SRCDIR)/*.css)
FILES += $(wildcard $(SRCDIR)/*.jpg)
FILES += $(wildcard $(SRCDIR)/*.png)
...
...
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