summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-16 18:39:40 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-16 18:39:40 +0000
commita3f3826bc34dd64de25bd48b8744c0f02934c167 (patch)
treede731a7d8457f649a5f9d8c724c331581e0fa313 /Makefile
parente34a0a8c6bfb362c9f66f29167cdd3bbcaf0e11d (diff)
* Add a rule for generating xpp/README.html (not used by default).
* Ignore it, and clean it and README.html . Merged revisions 2850 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2855 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 2cc1681..d881950 100644
--- a/Makefile
+++ b/Makefile
@@ -396,6 +396,9 @@ stackcheck: checkstack modules
README.html: README
asciidoc -n -a toc $<
+xpp/README.html: xpp/README.Astribank
+ cd $(@D); asciidoc -n -a toc $(<F)
+
MISDNVERSION=1_1_3
MISDNUSERVERSION=1_1_3
b410p:
@@ -606,6 +609,7 @@ endif
rm -f ztcfg-shared fxstest
rm -rf misdn*
rm -rf mISDNuser*
+ rm -rf README.html xpp/README.html
distclean: dist-clean