[asterisk-commits] rmudgett: branch 1.6.1 r170831 - in /branches/1.6.1: ./ doc/tex/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 23 17:53:03 CST 2009


Author: rmudgett
Date: Fri Jan 23 17:53:03 2009
New Revision: 170831

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=170831
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.1/   (props changed)
    branches/1.6.1/doc/tex/Makefile

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/doc/tex/Makefile
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/doc/tex/Makefile?view=diff&rev=170831&r1=170830&r2=170831
==============================================================================
--- branches/1.6.1/doc/tex/Makefile (original)
+++ branches/1.6.1/doc/tex/Makefile Fri Jan 23 17:53:03 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