From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: A simple org tangle and weave makefile Date: Wed, 18 Jun 2014 20:17:55 -0500 Message-ID: References: <87ioo5x4td.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxQzL-0000gQ-JA for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 21:18:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxQzE-00037V-5U for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 21:18:00 -0400 Received: from mail-oa0-x22f.google.com ([2607:f8b0:4003:c02::22f]:40978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxQzE-00037Q-04 for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 21:17:56 -0400 Received: by mail-oa0-f47.google.com with SMTP id n16so3734403oag.34 for ; Wed, 18 Jun 2014 18:17:55 -0700 (PDT) In-Reply-To: <87ioo5x4td.fsf@gmail.com> 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: Eric Schulte Cc: "emacs-orgmode@gnu.org" I see. Thank you. Grant Rettke | ACM, ASA, FSF, IEEE, SIAM gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) =E2=80=9CLife has become immeasurably better since I have been forced to st= op taking it seriously.=E2=80=9D --Thompson On Thu, Jun 12, 2014 at 2:54 PM, Eric Schulte wrot= e: > Grant Rettke writes: > >> Hi, >> >> My goals was to have a simple makefile to tangle and weave a document; >> so org-mk was out of scope. >> >> Just wondering; how could I have done it better? >> >> ########## >> INIT=3D.emacs.el >> >> $(INIT): TC3F.org >> time emacs --batch --no-init-file --load .org-mode.emacs.el >> --find-file TC3F.org --funcall org-babel-tangle --kill >> >> TC3F.html: $(INIT) >> time emacs --batch --no-init-file --load .org-mode.emacs.el >> --find-file TC3F.org --funcall org-html-export-to-html --kill >> >> clean: >> rm $(INIT) >> rm TC3F.html >> ########## >> >> Kind regards, >> > > I don't know if this is better, but its closer to what I use locally. > > > >> >> Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi >> gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ >> =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates >> ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) >> =E2=80=9CLife has become immeasurably better since I have been forced to= stop >> taking it seriously.=E2=80=9D --ThompsonH >> > > -- > Eric Schulte > https://cs.unm.edu/~eschulte > PGP: 0x614CA05D (see https://u.fsf.org/yw) >