From 57baf538b547edf739d6ecb62ef473c0ca6e0a54 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sat, 25 Apr 2009 13:05:28 +0300 Subject: documents based on my mailing list posts --- git-dahdi-tools-howto | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 git-dahdi-tools-howto (limited to 'git-dahdi-tools-howto') 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 + -- cgit v1.2.3