Greg Padgett has uploaded a new change for review.

Change subject: packaging: distribute doc in tarball
......................................................................

packaging: distribute doc in tarball

Change-Id: I55e893f3e9d25edaa79bcaeff74f6dc8c9bb079a
Bug-Url: https://bugzilla.redhat.com/1021064
Signed-off-by: Greg Padgett <[email protected]>
---
M Makefile.am
M configure.ac
A doc/Makefile.am
3 files changed, 30 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha 
refs/changes/06/20306/1

diff --git a/Makefile.am b/Makefile.am
index 1a33b7c..bce7029 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,8 +48,9 @@
 
 SUBDIRS = \
        bin \
-       initscripts \
        build \
+       doc \
+       initscripts \
        ovirt_hosted_engine_ha \
        sudoers \
        $(NULL)
diff --git a/configure.ac b/configure.ac
index ed46bdb..fb8ac06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,6 +78,7 @@
        Makefile
        bin/Makefile
        build/Makefile
+       doc/Makefile
        initscripts/Makefile
        ovirt_hosted_engine_ha/Makefile
        ovirt_hosted_engine_ha/agent/Makefile
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 0000000..1407b81
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,27 @@
+#
+# ovirt-hosted-engine-ha -- ovirt hosted engine high availability
+# Copyright (C) 2013 Red Hat, Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
+MAINTAINERCLEANFILES = \
+       $(srcdir)/Makefile.in \
+       $(NULL)
+
+dist_noinst_DATA = \
+       $(srcdir)/agent-fsm.gv \
+       $(srcdir)/README.versioning \
+       $(NULL)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I55e893f3e9d25edaa79bcaeff74f6dc8c9bb079a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-hosted-engine-ha
Gerrit-Branch: master
Gerrit-Owner: Greg Padgett <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to