From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Makefile patch to show targets Date: Mon, 04 Jul 2011 20:42:29 -0400 Message-ID: <22175.1309826549@alphaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qdw3q-0007cG-B3 for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 23:12:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qdw3n-0005u4-TM for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 23:12:30 -0400 Received: from vms173013pub.verizon.net ([206.46.173.13]:64216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qdw3n-0005tn-IP for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 23:12:27 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LNU00IBVBK1PG60@vms173013.mailsrvcs.net> for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 22:12:13 -0500 (CDT) In-reply-to: Message from Jude DaShiell of "Mon, 04 Jul 2011 18:12:15 EDT." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jude DaShiell Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Jude DaShiell wrote: > + # describe valid make targets for org-mode. I'm not sure it's worth documenting them all[fn:1], but "default" (what happens with a plain make) and "info" (and maybe "pdf" and "card") seem worth documenting too. Nick Footnotes: [fn:1] Here's what grep '^[-a-zA-Z0-9]*:' Makefile found: default: $(ELCFILES) $(ELCBFILES) all: $(ELCFILES) $(ELCBFILES) $(INFOFILES) up2: update update: compile: $(ELCFILES0) $(ELCBFILES) install: install-lisp doc: doc/org.html doc/org.pdf doc/orgcard.pdf doc/orgcard_letter.pdf doc/orgguide.pdf doc/orgcard.txt p: g: install-lisp: $(LISPFILES) $(ELCFILES) install-info: $(INFOFILES) install-info-debian: $(INFOFILES) autoloads: lisp/org-install.el html: doc/org.html info: doc/org pdf: doc/org.pdf doc/orgguide.pdf card: doc/orgcard.pdf doc/orgcard_letter.pdf doc/orgcard.txt testrelease: release: fixrelease: relup: makerelease: distfile: pkg: cleanall: clean: cleancontrib: cleanelc: cleandoc: cleanrel: push: pushtag: pushreleasetag: