From: Jason Parker Date: Tue, 4 Dec 2007 18:15:17 +0000 (+0000) Subject: Add Makefile alias target 'pdf' which does the same thing as asterisk.pdf. X-Git-Tag: 1.6.0-beta1~3^2~557 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c356aad48915fb498a25b4b6fa50e2fad7ae41d;p=thirdparty%2Fasterisk.git Add Makefile alias target 'pdf' which does the same thing as asterisk.pdf. Issue 11452, reported by blitzrage. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@90929 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 4f352c5e24..fa7bd24aae 100644 --- a/Makefile +++ b/Makefile @@ -774,7 +774,8 @@ menuselect-tree: $(foreach dir,$(filter-out main,$(MOD_SUBDIRS)),$(wildcard $(di @echo "Generating input for menuselect ..." @build_tools/prep_moduledeps > $@ +pdf: 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_DIST_CLEAN) $(SUBDIRS_CLEAN) $(SUBDIRS_UNINSTALL) $(SUBDIRS) $(MOD_SUBDIRS_EMBED_LDSCRIPT) $(MOD_SUBDIRS_EMBED_LDFLAGS) $(MOD_SUBDIRS_EMBED_LIBS) menuselect.makeopts +.PHONY: menuselect main sounds clean dist-clean distclean all prereqs cleantest uninstall _uninstall uninstall-all pdf dont-optimize $(SUBDIRS_INSTALL) $(SUBDIRS_DIST_CLEAN) $(SUBDIRS_CLEAN) $(SUBDIRS_UNINSTALL) $(SUBDIRS) $(MOD_SUBDIRS_EMBED_LDSCRIPT) $(MOD_SUBDIRS_EMBED_LDFLAGS) $(MOD_SUBDIRS_EMBED_LIBS) menuselect.makeopts