[svn-commits] russell: branch 1.6.1 r137989 - in /branches/1.6.1: ./ doc/tex/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Aug 14 17:43:50 CDT 2008


Author: russell
Date: Thu Aug 14 17:43:50 2008
New Revision: 137989

URL: http://svn.digium.com/view/asterisk?view=rev&rev=137989
Log:
Merged revisions 137987 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r137987 | russell | 2008-08-14 17:43:15 -0500 (Thu, 14 Aug 2008) | 2 lines

Fix a bashism that causes an error when trying to build the pdf on ubuntu

........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/doc/tex/Makefile

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
--- trunk-merged (original)
+++ trunk-merged Thu Aug 14 17:43:50 2008
@@ -1,1 +1,1 @@
-/trunk:1-137647,137680,137732,137780,137812,137848,137933
+/trunk:1-137647,137680,137732,137780,137812,137848,137933,137987

Modified: branches/1.6.1/doc/tex/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/doc/tex/Makefile?view=diff&rev=137989&r1=137988&r2=137989
==============================================================================
--- branches/1.6.1/doc/tex/Makefile (original)
+++ branches/1.6.1/doc/tex/Makefile Thu Aug 14 17:43:50 2008
@@ -15,7 +15,7 @@
 	@echo "** located at asterisk.pdf.                ***"	
 	@echo "**********************************************"
 ifneq ($(findstring kpsewhich,$(KPATHSEA)),)
-ifeq ($(findstring fncychap.sty,$(shell find `$(KPATHSEA) --expand-braces='$$(TEXMF)'| tr -d \! | sed 's/:/ /g'` -name fncychap.sty -print)),)
+ifeq ($(findstring fncychap.sty,$(shell find `$(KPATHSEA) --expand-braces='$${TEXMF}'| tr -d \! | sed 's/:/ /g'` -name fncychap.sty -print)),)
 	@echo
 	@echo "WARNING:  The fncychap.sty document was not found"
 	@echo "On Ubuntu, install the texlive-latex-extra package."




More information about the svn-commits mailing list