emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [Makefile] Re-compile if FLAGS change
@ 2012-06-26 14:00 Jambunathan K
  2012-06-26 14:04 ` Jambunathan K
  2012-06-26 16:23 ` Achim Gratz
  0 siblings, 2 replies; 3+ messages in thread
From: Jambunathan K @ 2012-06-26 14:00 UTC (permalink / raw)
  To: Orgmode

[-- 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-26 16:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-26 14:00 [Makefile] Re-compile if FLAGS change Jambunathan K
2012-06-26 14:04 ` Jambunathan K
2012-06-26 16:23 ` Achim Gratz

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).