summaryrefslogtreecommitdiff
path: root/doc/tex
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-08-14 22:43:15 +0000
committerRussell Bryant <russell@russellbryant.com>2008-08-14 22:43:15 +0000
commit3662d609745fd59a7302ff1392579bb7874cc397 (patch)
tree4a90a4e946c9469660d42701a666efb7ac83fb48 /doc/tex
parent2fbd22bbc27d7427fe49896fed0bf1550f54fd1d (diff)
Fix a bashism that causes an error when trying to build the pdf on ubuntu
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@137987 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/tex')
-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."