summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-07-27 23:16:04 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-07-27 23:16:04 +0000
commit08cc64397dba8e31ff3b0b69602b5b84dddb3fac (patch)
tree19b6ad39a0eafb8d41c3f01fd9ae0d2ad94a9d52 /Makefile
parentce3de6a5305446b16d72965228173ffd343cefbd (diff)
Target asterisk.pdf stopped building when the build was moved to the doc directory.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77602 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe6211d26..957147246 100644
--- a/Makefile
+++ b/Makefile
@@ -700,6 +700,7 @@ menuselect-tree: $(foreach dir,$(filter-out main,$(MOD_SUBDIRS)),$(wildcard $(di
@echo "Generating input for menuselect ..."
@build_tools/prep_moduledeps > $@
-asterisk.pdf: doc/asterisk.pdf
+asterisk.pdf:
+ $(MAKE) -C doc/tex asterisk.pdf
.PHONY: menuselect main sounds clean dist-clean distclean all prereqs cleantest uninstall _uninstall uninstall-all dont-optimize $(SUBDIRS_INSTALL) $(SUBDIRS_CLEAN) $(SUBDIRS_UNINSTALL) $(SUBDIRS) $(MOD_SUBDIRS_EMBED_LDSCRIPT) $(MOD_SUBDIRS_EMBED_LDFLAGS) $(MOD_SUBDIRS_EMBED_LIBS) menuselect.makeopts