Fix online help for gnt-backup import
[ganeti-local] / Makefile.am
index 660daa2..6c5ca1f 100644 (file)
@@ -1,6 +1,21 @@
-# standard automake rules
+ACLOCAL_AMFLAGS = -I autotools
 
-SUBDIRS = man lib scripts daemons doc testing tools
+SUBDIRS = man lib scripts daemons doc test tools qa
+EXTRA_DIST = NEWS DEVNOTES
+
+.PHONY: ganeti
+ganeti:
+       cd $(top_builddir) && rm -f $@ && $(LN_S) lib $@
+
+pre-check: ganeti
+       $(MAKE) -C lib $@
+
+# a dist hook rule for catching revision control directories
+distcheck-hook:
+       if find $(top_distdir) | grep -F -e '.svn' -e '.git'; then \
+               echo "Found revision control files in final archive" 1>&2 ; \
+               exit 1; \
+       fi
 
 # custom rules
 depgraph: depgraph.png
@@ -17,4 +32,5 @@ depgraph.dot: ganeti/*.py
 
 install-exec-local:
        @mkdir_p@ "$(DESTDIR)${localstatedir}/lib/ganeti" \
-         "$(DESTDIR)${localstatedir}/log/ganeti"
+         "$(DESTDIR)${localstatedir}/log/ganeti" \
+         "$(DESTDIR)${localstatedir}/run/ganeti"