summaryrefslogtreecommitdiff
path: root/git-dahdi-tools-howto
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2009-04-25 13:05:28 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2009-04-25 13:05:28 +0300
commit57baf538b547edf739d6ecb62ef473c0ca6e0a54 (patch)
tree12fcef4b5b3ddbe3d61ce5451d8a1e5bc72e2397 /git-dahdi-tools-howto
parent1c19aa9ba240b7a84b431ee1aef57bcb3b256eef (diff)
documents based on my mailing list posts
Diffstat (limited to 'git-dahdi-tools-howto')
-rw-r--r--git-dahdi-tools-howto18
1 files changed, 18 insertions, 0 deletions
diff --git a/git-dahdi-tools-howto b/git-dahdi-tools-howto
new file mode 100644
index 0000000..c71f0fd
--- /dev/null
+++ b/git-dahdi-tools-howto
@@ -0,0 +1,18 @@
+Basically the same as the asterisk HOWTO.
+
+Changes:
+
+Initial clone is:
+
+ git svn clone -s http://svn.digium.com/svn/dahdi/tools dahdi-tools
+
+The .gitignore file is:
+
+ cp ../asterisk-tools/dahdi-tools_gitignore .gitignore
+
+And most importantly: cheating and not using menuselect at all:
+
+ mkdir menuselect
+ cp ../asterisk-tools/menuselect/Makefile menuselect
+ ln -s /bin/true menuselect/menuselect
+