summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-08 12:09:59 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-08 12:09:59 +0000
commit71ffc9c3404d85792cfa592b94632a9c1f5205d4 (patch)
treeaaf981195963be1e7dd2198212d68eec209c0151 /Makefile
parent4dd9b2c9b3e0a278c96ca7f72611a321ba01a77f (diff)
* README fixes.
* Add makefile target to generate README.html from README with asciidoc. Note: At least for now the ability to generate a nice extra HTML copy of the text README is an extra feature. But the README file is meant to be primarily read as a text file and will still be readable as such till further notice. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2706 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5956fd5..b490435 100644
--- a/Makefile
+++ b/Makefile
@@ -360,6 +360,9 @@ endif
stackcheck: checkstack modules
./checkstack *.ko */*.ko
+README.html: README
+ asciidoc -n -a toc $<
+
MISDNVERSION=1_1_3
MISDNUSERVERSION=1_1_3
b410p: