From b7a5c9c54bf90654a40763b17a1c0e0c805f80c4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 1 Feb 2019 13:48:24 +0100 Subject: [PATCH] move guest-example-hookscript into new examples directory Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- .../guest-example-hookscript.pl | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename guest-example-hookscript.pl => examples/guest-example-hookscript.pl (100%) diff --git a/Makefile b/Makefile index 2228cbd..a2dc99d 100644 --- a/Makefile +++ b/Makefile @@ -186,14 +186,14 @@ gen-install: $(GEN_DEB_SOURCES) asciidoc-pve asciidoc/mediawiki.conf install -m 0644 asciidoc/pve-html.conf $(DESTDIR)/usr/share/${GEN_PACKAGE}/asciidoc/ .PHONY: doc-install -doc-install: index.html $(WIKI_IMPORTS) $(API_VIEWER_SOURCES) verify-images guest-example-hookscript.pl +doc-install: index.html $(WIKI_IMPORTS) $(API_VIEWER_SOURCES) verify-images examples install -dm755 $(DESTDIR)/usr/share/$(DOC_PACKAGE) install -dm755 $(DESTDIR)/usr/share/doc/$(DOC_PACKAGE) # install files for pvedocs package install -dm755 $(DESTDIR)/usr/share/${DOC_PACKAGE} install -dm755 $(DESTDIR)/usr/share/doc/${DOC_PACKAGE} install -dm755 $(DESTDIR)/usr/share/${DOC_PACKAGE}/examples/ - install -m 755 guest-example-hookscript.pl $(DESTDIR)/usr/share/${DOC_PACKAGE}/examples/ + install -m 755 examples/guest-example-hookscript.pl $(DESTDIR)/usr/share/${DOC_PACKAGE}/examples/ install -m 0644 index.html ${INDEX_INCLUDES} $(DESTDIR)/usr/share/${DOC_PACKAGE} install -m 0644 ${WIKI_IMPORTS} $(DESTDIR)/usr/share/${DOC_PACKAGE} # install images diff --git a/guest-example-hookscript.pl b/examples/guest-example-hookscript.pl similarity index 100% rename from guest-example-hookscript.pl rename to examples/guest-example-hookscript.pl