* [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
* Re: [Makefile] Re-compile if FLAGS change 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 1 sibling, 0 replies; 3+ messages in thread From: Jambunathan K @ 2012-06-26 14:04 UTC (permalink / raw) To: Orgmode Jambunathan K <kjambunathan@gmail.com> writes: > Apply the following patch and regenerate the html manual. Clarification: This is not a patch to Orgmode. Just a local change I needed. -- ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Makefile] Re-compile if FLAGS change 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 1 sibling, 0 replies; 3+ messages in thread From: Achim Gratz @ 2012-06-26 16:23 UTC (permalink / raw) To: emacs-orgmode Jambunathan K writes: > 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? They do the right thing. Make considers sources vs. targets, not recipes vs. targets. In this case, a simple "make clean" tells it you've changed the environment and do want to start from sources again. BTW, you shouldn't edit default.mk for local configuration, which is registered with Git (this is especially important since you have push access to the upstream repo and migth inadvertently publish your changes). Edit local.mk instead, which is under your control and never clashes with anything upstream. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Terratec KOMPLEXER: http://Synth.Stromeko.net/Downloads.html#KomplexerWaves ^ permalink raw reply [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 external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.