summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-18 21:21:05 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-18 21:21:05 +0000
commit892dbf501c4bd8dbae79afba7abd596044542ff3 (patch)
tree54effb1f4c0520d1ac7c290d36fd8512117bb20c /Makefile
parentb4be3e09455ae7c72ce111b7ab593a3c446aceb7 (diff)
* Fix Makefile typo in 'install-progrms:' (Thanks, Mark Purcell).
* Rename the generated xpp/README.html to xpp/README.Astribank.html to provide a unique basename among docs (helps debian packaging). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2905 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 821a988..a1b8598 100644
--- a/Makefile
+++ b/Makefile
@@ -405,8 +405,8 @@ stackcheck: checkstack modules
README.html: README
asciidoc -n -a toc $<
-xpp/README.html: xpp/README.Astribank
- cd $(@D); asciidoc -n -a toc $(<F)
+xpp/README.Astribank.html: xpp/README.Astribank
+ cd $(@D); asciidoc -o $(@F) -n -a toc $(<F)
MISDNVERSION=1_1_3
MISDNUSERVERSION=1_1_3
@@ -446,7 +446,7 @@ install: all devices install-modules install-programs firmware
@echo "###"
@echo "###################################################"
-install-programs: install-utils install-libs install-inlcude
+install-programs: install-utils install-libs install-include
install-utils: utils install-xpp
install -d $(DESTDIR)$(BIN_DIR)
@@ -615,7 +615,7 @@ endif
rm -f ztcfg-shared fxstest
rm -rf misdn*
rm -rf mISDNuser*
- rm -rf README.html xpp/README.html
+ rm -rf README.html xpp/README.Astribank.html
distclean: dist-clean