Skip to content
Snippets Groups Projects
Commit 2c1b0386 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Add missing picture files that were in the pix directory, but not

actually in the repository.
parent a8789755
No related merge requests found
......@@ -23,9 +23,21 @@ FILES += $(wildcard $(SRCDIR)/*.gif)
FILES += $(wildcard $(SRCDIR)/*.html)
FILES += $(wildcard $(SRCDIR)/*.php3)
PIXFILES = $(wildcard $(SRCDIR)/pix/*.jpg)
PIXFILES += $(wildcard $(SRCDIR)/pix/*.gif)
#
# Kill the directory part of the names. The vpath rule will do the rest.
#
ALLFILES = $(notdir $(FILES))
ALLPIXES = $(notdir $(PIXFILES))
install: $(addprefix $(INSTALL_WWWDIR)/, $(ALLFILES)) \
$(addprefix $(INSTALL_WWWDIR)/pix/, $(ALLPIXES))
$(INSTALL_WWWDIR)/pix/%: %
@echo "Installing $<"
-mkdir -p $(INSTALL_WWWDIR)/pix
$(INSTALL_DATA) $< $@
install: $(addprefix $(INSTALL_WWWDIR)/, $(ALLFILES))
File moved
www/pix/front-left-med.jpg

30.1 KiB

www/pix/front-left-small.jpg

12 KiB

www/pix/front-right-med.jpg

27.9 KiB

www/pix/front-right-small.jpg

11.3 KiB

File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment