From d0cb1fb419efd26521875cf217f57ea3e3830f79 Mon Sep 17 00:00:00 2001 From: russell Date: Fri, 23 Jan 2009 22:59:03 +0000 Subject: Merged revisions 170790 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r170790 | russell | 2009-01-23 16:58:37 -0600 (Fri, 23 Jan 2009) | 2 lines Don't blow up if a branch name has an underscore in it ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@170791 f38db490-d61c-443f-a65b-d21fe96a405b --- doc/tex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tex') diff --git a/doc/tex/Makefile b/doc/tex/Makefile index bdb29dd07..40f76fc96 100644 --- a/doc/tex/Makefile +++ b/doc/tex/Makefile @@ -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')/' 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 -- cgit v1.2.3