[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Location of OpenDocument style files should be configurable
From: |
Achim Gratz |
Subject: |
Re: [O] Location of OpenDocument style files should be configurable |
Date: |
Mon, 02 Jan 2012 23:11:24 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
Jambunathan K <address@hidden> writes:
> I have pushed a fix so that "make install" will do the right
> thing. Package maintainers have to modify just the $(lispdir) and
> $(datadir) vars in the Makefile. (Hopefully) They don't have to do
> anything special at all. You may also want to read the comments under
> DATAFILES to have an idea of what is available for packaging.
I've implemented it somewhat differently in my Makefile fork, please see
the thread here: http://thread.gmane.org/gmane.emacs.orgmode/50366/focus=50378
> (org-odt-styles-dir-list, org-odt-schema-dir-list): New
> variables. Pay specific attention to (eval-when-compile ...)
> form through which Makefile's $(datadir) - contained in
> `org-odt-data-dir' - gets compiled in as a "hard coded"
> constant.
I don't understand the need for compile-time evaluation. In any case it
would be nice to avoid it.
I see why the schema directory doesn't become part of GNU Emacs, but why
should org-mode git not distribute and install the files? For my
Makefile fork it would simply need adding "schema" to ETCDIRS and moving
the files from contrib to etc.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables
- Re: [O] Location of OpenDocument style files should be configurable,
Achim Gratz <=