summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-03-11 16:22:25 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:50:07 +0200
commit94b1dd2b65264f5d162f2eb2871200c42d7abb73 (patch)
treef1bf2e4c805a4c5d92c3ac5bf42e5bb40b180dce /Makefile
parent1da37c8789c09bde0a57c69f977ff2e2af829cba (diff)
downloadvyos-live-build-94b1dd2b65264f5d162f2eb2871200c42d7abb73.tar.gz
vyos-live-build-94b1dd2b65264f5d162f2eb2871200c42d7abb73.zip
Removing old docs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ac672d58..46f9eb32b 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ install:
# Installing documentation
mkdir -p $(DESTDIR)/usr/share/doc/live-build
- cp -r COPYING docs/* examples $(DESTDIR)/usr/share/doc/live-build
+ cp -r COPYING examples $(DESTDIR)/usr/share/doc/live-build
# Installing manpages
for MANPAGE in manpages/en/*; \