[svn-commits] russell: branch 1.6.0 r137988 - in /branches/1.6.0: ./ doc/tex/Makefile

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


Author: russell
Date: Thu Aug 14 17:43:36 2008
New Revision: 137988

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

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

Modified: branches/1.6.0/doc/tex/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/doc/tex/Makefile?view=diff&rev=137988&r1=137987&r2=137988
==============================================================================
--- branches/1.6.0/doc/tex/Makefile (original)
+++ branches/1.6.0/doc/tex/Makefile Thu Aug 14 17:43:36 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