bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6602: [PATCH] make dist target for Windows


From: Christoph
Subject: bug#6602: [PATCH] make dist target for Windows
Date: Sat, 24 Jul 2010 16:19:03 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1

On 7/24/2010 7:28 AM, Juanma Barranquero wrote:

That said, I'm committing your change right now. Great work. Thanks!

Thanks for doing this.

After testing it in the trunk I remembered: one thing I never was quite sure how to fix best is the fact that when you run `make dist' on the trunk, the root directory the zip file contains is `trunk' (or whatever you named your bzr checkout), but it should be `emacs-VERSION'.

Well, I guess it helps to have the code sitting around for a while. :) Find attached a patch that fixes this.

The main change is that it copies all necessary files to a temporary directory and then creates the zip files from that. After that the temporary directory is removed.

This change also made `zipdist.bat' a lot simpler, since I don't need to do funky path processing.

Now the correct root directory (based on version) will show inside the zip file for the trunk as well as any pretest or final version.

There is also a minor bugfix: README.W32 was not copied to the install directory when using `make install'.

Christoph

Attachment: makedistw32v7.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]