diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-03-11 16:22:25 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:07 +0200 |
commit | 94b1dd2b65264f5d162f2eb2871200c42d7abb73 (patch) | |
tree | f1bf2e4c805a4c5d92c3ac5bf42e5bb40b180dce /Makefile | |
parent | 1da37c8789c09bde0a57c69f977ff2e2af829cba (diff) | |
download | vyos-live-build-94b1dd2b65264f5d162f2eb2871200c42d7abb73.tar.gz vyos-live-build-94b1dd2b65264f5d162f2eb2871200c42d7abb73.zip |
Removing old docs.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/*; \ |