Re: [O] Please test the new Makefile

2012-01-04 Thread Achim Gratz
Achim Gratz writes: > I went ahead and moved the schema dir from contrib to etc and adapted > the Makefile to install it. Now pushed to my Makefile fork after testing it on Win7 (and rebased again to current master). Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>

Re: [O] Please test the new Makefile

2012-01-03 Thread Achim Gratz
Rebased to 7.8.03. Achim Gratz writes: > I'm uncertain about the integration of the ODT exporter (although it > works on my machine): it seems that the schema files should reside in > etc/schema (and ETCDIR should include schema on install)? I went ahead and moved the schema dir from contrib t

Re: [O] Please test the new Makefile

2012-01-02 Thread Achim Gratz
I've implemented a few improvements in my fork that should take care of most issues raised in recent discussions: - default target is now "all" instead of "help" - make does not complain when not inside a Git tree - all installations prefixed with $(DESTDIR) to allow for staged installation

Re: [O] Please test the new Makefile

2011-12-27 Thread Achim Gratz
Am 26.12.2011 05:58, schrieb Takaaki ISHIKAWA: I think many Org users are familiar to the previous installation procedure by "make" not "make all", and some users wrote it in their blog, Org manual [*1] too. Yes, the manual would need to be changed in any case. The semantics of some targets

Re: [O] Please test the new Makefile

2011-12-25 Thread Takaaki ISHIKAWA
Hi. Achim, Thank you for your kind explanations. I learned a lot from you :) > I opted for this behaviour to align more closely to GNU convention and to > avoid any surprising behaviour, but it is easy to make the default target > "all" instead of "help". I think many Org users are familiar to

Re: [O] Please test the new Makefile

2011-12-25 Thread ASSI
[sorry if you get this twice - GMane seems to have trouble sending lately] Am 22.12.2011 16:06, schrieb Takaaki ISHIKAWA: I think "make" and "make all" have the same effect usually. Often they do, but GNU says that a simple "make" should behave like "make help". I think this is appropriate

Re: [O] Please test the new Makefile

2011-12-23 Thread Bastien
Hi Achim and Takaaki, Takaaki ISHIKAWA writes: > I think "make" and "make all" have the same effect usually. > In the new Makefile of org-mode, however, "make" is used > for displaying options of make command. > Is this familiar to all? > > For example, GNU Emacs doesn't require "make all", jus

Re: [O] Please test the new Makefile

2011-12-22 Thread Takaaki ISHIKAWA
Dear Achim, Hi. Thank you for your comment and great work on refactoring Makefile. > Just "make" doesn't work anymore (it displays a usage section to conform to > GNU convention), you'll need "make all". This now implies a "make clean", so > you'll normally don't need this as an extra step any

Re: [O] Please test the new Makefile

2011-12-22 Thread Achim Gratz
Am 21.12.2011 19:47, schrieb Bastien: Things are fine here, you should be safe. The purpose of the test is to make sure `make&& make install' do the right thing in various setups. Actually, that should be make all && make install or (under Unixoid system and running as a normal user): mak

Re: [O] Please test the new Makefile

2011-12-22 Thread Achim Gratz
Am 22.12.2011 02:35, schrieb Takaaki ISHIKAWA: 1. When I just type "make", I find a fatal error message: Not a git repository (or any parent up to mount parent ) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Just "make" doesn't work anymore (it displays a usag

Re: [O] Please test the new Makefile

2011-12-21 Thread Takaaki ISHIKAWA
Hi Bastien, I have tried to install the new package in my clean VM of Suse 12.1. I'd like to report my install experience. > http://orgmode.org/Org-7.8.03-TestMakefile.zip 1. When I just type "make", I find a fatal error message: Not a git repository (or any parent up to mount parent ) Stopp

[O] Please test the new Makefile

2011-12-21 Thread Bastien
Dear all, I've now bundled Achim's new Makefile in these archives: http://orgmode.org/Org-7.8.03-TestMakefile.tar.gz http://orgmode.org/Org-7.8.03-TestMakefile.zip Can some of you test the make procedures from there? Things are fine here, you should be safe. The purpose of the test is to