Commit graph

10 commits

Author SHA1 Message Date
Philip Weaver
65e328c5a8 in Makefile, fix the way we set emacs load-path
When using the native Windows emacs build (not a cygwin build), but a cygwin
build of 'make', then make fails because we send unix-style paths using CURDIR
to emacs.  If instead we use (expand-file-name "."), then emacs does the magic
for us.

I looked around and found that org-mode's Makefile does exactly this.  It seems
like the right thing to do.
2010-09-29 02:40:11 -07:00
Phil Jackson
5a66ef18df Added key-mode.el to the Makefile. 2010-09-13 21:22:42 +01:00
Phil Jackson
eb0da0582e Fix the deps for dist. 2010-08-30 20:33:52 +01:00
Phil Jackson
15dfe21f59 Added a dist target. 2010-08-30 19:55:18 +01:00
Phil Jackson
821ceb25d9 Make the Makefile aware of extensions. 2010-08-30 19:12:29 +01:00
Phil Jackson
1c39796af2 Default prefix /usr/local. 2010-08-30 19:11:18 +01:00
Timo Juhani Lindfors
fe32860471 Call build if no arguments are given to Makefile. Honor PREFIX. 2010-08-29 01:52:09 +03:00
Timo Juhani Lindfors
4db9d5b6c6 Remove magit.elc magit.info on clean 2010-08-29 01:20:08 +03:00
Timo Juhani Lindfors
2e74fbd9ef Fix version number parsing, generate info 2010-08-29 01:18:06 +03:00
Timo Juhani Lindfors
efc97aac14 Provide simple Makefile so that auto* is not necessary. 2010-08-29 01:07:00 +03:00