Dima Kuznetsov has uploaded a new change for review.

Change subject: doc: Remove create_sl.sh
......................................................................

doc: Remove create_sl.sh

sphinx does not require this.

Change-Id: I941bb9456f1de0748787738258539ec08ca630a5
Signed-off-by: Dima Kuznetsov <dkuzn...@redhat.com>
---
M doc/Makefile
D doc/create_sl.sh
2 files changed, 0 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/16/35916/1

diff --git a/doc/Makefile b/doc/Makefile
index bf01a19..524f8f2 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -32,13 +32,11 @@
        -rm -rf $(BUILDDIR)/*
 
 html:
-       sh create_sl.sh
        $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
        @echo
        @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
 
 htmlstrict:
-       sh create_sl.sh
        $(SPHINXBUILD) -b html -W $(ALLSPHINXOPTS) $(BUILDDIR)/html
        @echo
        @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
diff --git a/doc/create_sl.sh b/doc/create_sl.sh
deleted file mode 100644
index bd03c7c..0000000
--- a/doc/create_sl.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-# Adds a symoblic link for vdscli in vdsm if not present.
-VDSCLI=$(readlink -f "../vdsm/vdscli.py")
-if [ ! -e "$VDSCLI" ] ; then
-   ln -s ../client/vdscli.py "$VDSCLI"
-fi


-- 
To view, visit http://gerrit.ovirt.org/35916
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I941bb9456f1de0748787738258539ec08ca630a5
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dima Kuznetsov <dkuzn...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to