]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix asterisk.pdf generation if branch name has an underscore in it.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 23 Jan 2009 23:10:34 +0000 (23:10 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 23 Jan 2009 23:10:34 +0000 (23:10 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@170794 65c4cc65-6c06-0410-ace0-fbb531ad65f3

doc/tex/Makefile

index 40f76fc965634ae3dda92e1e8b19ddd2a429db1c..cce8612fd188f47a87a96133c596d5b9441e2b3f 100644 (file)
@@ -24,7 +24,7 @@ ifeq ($(findstring fncychap.sty,$(shell find `$(KPATHSEA) --expand-braces='$${TE
 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