summaryrefslogtreecommitdiffstats
path: root/make-doc
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-05-21 13:40:27 +0200
committerMartin Kosek <mkosek@redhat.com>2013-06-17 19:22:50 +0200
commitc60142efda817f030a7495cd6fe4a19953e55afa (patch)
tree31a840ceddd4381311bbc879f9851bb71a8e2ffa /make-doc
parent6d66e826c1c248dffc80056b20c1e4b74b04d46f (diff)
downloadfreeipa-c60142efda817f030a7495cd6fe4a19953e55afa.tar.gz
freeipa-c60142efda817f030a7495cd6fe4a19953e55afa.tar.xz
freeipa-c60142efda817f030a7495cd6fe4a19953e55afa.zip
Make an ipa-tests package
Rename the 'tests' directory to 'ipa-tests', and create an ipa-tests RPM containing the test suite Part of the work for: https://fedorahosted.org/freeipa/ticket/3654
Diffstat (limited to 'make-doc')
-rwxr-xr-xmake-doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-doc b/make-doc
index e4cca3e89..57509aa05 100755
--- a/make-doc
+++ b/make-doc
@@ -2,7 +2,7 @@
# Hackish script to generate documentation using epydoc
-sources="ipalib ipaserver tests"
+sources="ipalib ipaserver ipatests"
out="./freeipa2-dev-doc"
init="./ipalib/__init__.py"