Bug 68797 - [GTK] pot file is not properly remove during distcheck
Summary: [GTK] pot file is not properly remove during distcheck
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-26 03:52 PDT by Alejandro G. Castro
Modified: 2011-09-26 14:44 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (1.80 KB, patch)
2011-09-26 03:56 PDT, Alejandro G. Castro
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro G. Castro 2011-09-26 03:52:03 PDT
When running distcheck the process stops becuase the .pot file is not removed. This is caused because we are defining DISTCLEANFILES before setting the DOMAIN that is used to identify the pot file in the DISTCLEANFILES variable.
Comment 1 Alejandro G. Castro 2011-09-26 03:56:29 PDT
Created attachment 108650 [details]
Proposed patch
Comment 2 Alejandro G. Castro 2011-09-26 14:44:10 PDT
Landed http://trac.webkit.org/changeset/95996