emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jambunathan K <kjambunathan@gmail.com>
To: Orgmode <emacs-orgmode@gnu.org>
Subject: [Makefile] Re-compile if FLAGS change
Date: Tue, 26 Jun 2012 19:30:52 +0530	[thread overview]
Message-ID: <81vciejhpn.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]


Apply the following patch and regenerate the html manual.  You will see
that the manual doesn't get *re*-generated.  Can someone review the
current rules to DTRT?

-- 

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: scraps1.diff --]
[-- Type: text/x-diff, Size: 344 bytes --]

diff --git a/default.mk b/default.mk
index 7bdb7df..af871b6 100644
--- a/default.mk
+++ b/default.mk
@@ -103,7 +103,7 @@ MKDIR	= install -m 755 -d
 MAKEINFO = makeinfo
 
 # How to create the HTML file
-TEXI2HTML = makeinfo --html --number-sections
+TEXI2HTML = makeinfo --html --number-sections --no-headers
 
 # How to find files
 FIND	= find

             reply	other threads:[~2012-06-26 14:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-26 14:00 Jambunathan K [this message]
2012-06-26 14:04 ` [Makefile] Re-compile if FLAGS change Jambunathan K
2012-06-26 16:23 ` Achim Gratz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=81vciejhpn.fsf@gmail.com \
    --to=kjambunathan@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).