aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-14 22:43:50 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-14 22:43:50 +0000
commit7071387496f0e3ce8dbf74e004317424922b465d (patch)
treef1a4ad2428191f631a50cdd7ccf2a995ae833a03 /doc
parent72828b713f8198f5c8f3654b71c5f8e2955d0790 (diff)
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@137989 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/tex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tex/Makefile b/doc/tex/Makefile
index aab96f782..bdb29dd07 100644
--- a/doc/tex/Makefile
+++ b/doc/tex/Makefile
@@ -15,7 +15,7 @@ else
@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."