mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-05 03:40:18 +00:00
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: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@170791 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -24,7 +24,7 @@ ifeq ($(findstring fncychap.sty,$(shell find `$(KPATHSEA) --expand-braces='$${TE
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
@cp asterisk.tex asterisk.tex.orig
|
@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
|
@mv asterisk_local.tex asterisk.tex
|
||||||
@$(RUBBER) --pdf asterisk.tex
|
@$(RUBBER) --pdf asterisk.tex
|
||||||
@mv asterisk.tex.orig asterisk.tex
|
@mv asterisk.tex.orig asterisk.tex
|
||||||
|
|||||||
Reference in New Issue
Block a user