[asterisk-commits] rmudgett: branch 1.6.0 r170830 - in /branches/1.6.0: ./ doc/tex/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 23 17:52:12 CST 2009
Author: rmudgett
Date: Fri Jan 23 17:52:12 2009
New Revision: 170830
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=170830
Log:
Merged revisions 170794 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r170794 | rmudgett | 2009-01-23 17:10:34 -0600 (Fri, 23 Jan 2009) | 1 line
Fix asterisk.pdf generation if branch name has an underscore in it.
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/doc/tex/Makefile
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/doc/tex/Makefile
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.0/doc/tex/Makefile?view=diff&rev=170830&r1=170829&r2=170830
==============================================================================
--- branches/1.6.0/doc/tex/Makefile (original)
+++ branches/1.6.0/doc/tex/Makefile Fri Jan 23 17:52:12 2009
@@ -24,7 +24,7 @@
endif
endif
@cp asterisk.tex asterisk.tex.orig
- @sed -e 's/ASTERISKVERSION/$(shell echo $(ASTERISKVERSION) | sed -e 's/\//\\\//g' | sed -e 's/_/\\_/g')/' asterisk.tex > asterisk_local.tex
+ @sed -e 's/ASTERISKVERSION/$(shell echo $(ASTERISKVERSION) | sed -e 's/\//\\\//g' | sed -e 's/_/\\\\_/g')/' asterisk.tex > asterisk_local.tex
@mv asterisk_local.tex asterisk.tex
@$(RUBBER) --pdf asterisk.tex
@mv asterisk.tex.orig asterisk.tex
More information about the asterisk-commits
mailing list