summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-07-19 03:35:11 +0200
committerDaniel Baumann <daniel@debian.org>2012-07-19 03:35:11 +0200
commita6cdc3f9d3665448061eb65c65aa92666d07c33b (patch)
treecd799c31e19a4bec5c4f25ec3457c6bcbcca1f9b /Makefile
parent65470edffa6b75afbbc4709fd2d0c564e69102ce (diff)
downloadvyos-live-build-a6cdc3f9d3665448061eb65c65aa92666d07c33b.tar.gz
vyos-live-build-a6cdc3f9d3665448061eb65c65aa92666d07c33b.zip
Installing examples into the correct location in /usr/share/doc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a1eaa842b..b58e3db6a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SHELL := sh -e
LANGUAGES = $(shell cd manpages/po && ls)
-SCRIPTS = bin/* frontends/cgi/live-build-cgi frontends/cgi/live-build-cgi.cron functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/* share/hooks/*
+SCRIPTS = bin/* frontends/cgi/live-build-cgi frontends/cgi/live-build-cgi.cron functions/* examples/auto/* examples/hooks/* scripts/*.sh scripts/*/* share/hooks/*
all: build
@@ -40,7 +40,7 @@ build:
install:
# Installing shared data
mkdir -p $(DESTDIR)/usr/share/live/build
- cp -r frontends/cgi data examples functions includes package-lists templates VERSION $(DESTDIR)/usr/share/live/build
+ cp -r frontends/cgi data functions includes package-lists templates VERSION $(DESTDIR)/usr/share/live/build
cp -r share/* $(DESTDIR)/usr/share/live/build
# Installing executables
@@ -52,7 +52,7 @@ install:
# Installing documentation
mkdir -p $(DESTDIR)/usr/share/doc/live-build
- cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-build
+ cp -r COPYING docs/* examples $(DESTDIR)/usr/share/doc/live-build
# Installing manpages
for MANPAGE in manpages/en/*; \