[asterisk-commits] russell: branch 1.4 r58937 - in /branches/1.4:
Makefile doc/asterisk.tex
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Mar 15 15:51:29 MST 2007
Author: russell
Date: Thu Mar 15 17:51:29 2007
New Revision: 58937
URL: http://svn.digium.com/view/asterisk?view=rev&rev=58937
Log:
Add Asterisk version information to the generated PDF
Modified:
branches/1.4/Makefile
branches/1.4/doc/asterisk.tex
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/Makefile?view=diff&rev=58937&r1=58936&r2=58937
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Thu Mar 15 17:51:29 2007
@@ -679,7 +679,7 @@
asterisk.pdf: doc/asterisk.pdf
-doc/asterisk.pdf:
+doc/asterisk.pdf: $(wildcard doc/*.tex)
ifeq ($(findstring rubber,$(RUBBER)),)
@echo "**********************************************"
@echo "** You must install the \"rubber\" tool ***"
@@ -691,7 +691,10 @@
@echo "** generated. When complete, it will be ***"
@echo "** located at doc/asterisk.pdf. ***"
@echo "**********************************************"
- @cd doc && rubber asterisk.tex
+ @cp doc/asterisk.tex doc/asterisk.tex.orig
+ @sed -i -e 's/ASTERISKVERSION/$(ASTERISKVERSION)/' doc/asterisk.tex
+ @cd doc && $(RUBBER) --pdf asterisk.tex
+ @mv doc/asterisk.tex.orig doc/asterisk.tex
endif
.PHONY: menuselect main sounds clean dist-clean distclean all prereqs cleantest uninstall _uninstall uninstall-all dont-optimize $(SUBDIRS_INSTALL) $(SUBDIRS_CLEAN) $(SUBDIRS_UNINSTALL) $(SUBDIRS) $(MOD_SUBDIRS_EMBED_LDSCRIPT) $(MOD_SUBDIRS_EMBED_LDFLAGS) $(MOD_SUBDIRS_EMBED_LIBS)
Modified: branches/1.4/doc/asterisk.tex
URL: http://svn.digium.com/view/asterisk/branches/1.4/doc/asterisk.tex?view=diff&rev=58937&r1=58936&r2=58937
==============================================================================
--- branches/1.4/doc/asterisk.tex (original)
+++ branches/1.4/doc/asterisk.tex Thu Mar 15 17:51:29 2007
@@ -7,7 +7,7 @@
\usepackage{hyperref}
\author{Asterisk Development Team \\ Asterisk.org}
-\title{Asterisk Reference Information}
+\title{Asterisk Reference Information \\ Version ASTERISKVERSION}
\begin{document}
\maketitle
More information about the asterisk-commits
mailing list