summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-16 13:57:27 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-16 13:57:27 +0000
commit3aa12ae687880d0699281679dee8db6affe143b6 (patch)
treeb81a1e76bfa4121257ca2783eef51c93dca924b9 /Makefile
parent6355a1256b69bf9606651d1c1f63cc463e2e6309 (diff)
* Add a rule for generating xpp/README.html (not used by default).
* Ignore it, and clean it and README.html . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2850 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 584db65..75d7f74 100644
--- a/Makefile
+++ b/Makefile
@@ -362,6 +362,9 @@ stackcheck: checkstack all
README.html: README
asciidoc -n -a toc $<
+xpp/README.html: xpp/README.Astribank
+ cd $(@D); asciidoc -n -a toc $(<F)
+
ztdiag: ztdiag.o
$(CC) -o $@ $^
@@ -554,6 +557,7 @@ clean:
rm -f ztcfg-shared fxstest
rm -rf misdn*
rm -rf mISDNuser*
+ rm -rf README.html xpp/README.html
.EXPORT_ALL_VARIABLES: