Blob Blame History Raw
From 80d827eb08e186268548956dd24460ec1fc3ef71 Mon Sep 17 00:00:00 2001
From: Jeffrey C. Ollie <jeff@ocjtech.us>
Date: Wed, 28 Jul 2010 07:32:19 -0500
Subject: [PATCH 8/8] Tell laxtex2html to copy icons when building documentation so that we don't have run-time dependencies on latex2html.

---
 doc/tex/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/tex/Makefile b/doc/tex/Makefile
index c36b3a8..76d67d2 100644
--- a/doc/tex/Makefile
+++ b/doc/tex/Makefile
@@ -41,7 +41,7 @@ html:
 	@cp asterisk.tex asterisk.tex.orig
 	@sed -e 's/ASTERISKVERSION/$(ASTERISKVERSION)/' asterisk.tex > asterisk_local.tex
 	@mv asterisk_local.tex asterisk.tex
-	@latex2html asterisk.tex
+	@latex2html -local_icons asterisk.tex
 	@mv asterisk.tex.orig asterisk.tex
 
 txt: asterisk.txt
-- 
1.7.3.1