On Thu, Feb 14, 2008 at 8:04 AM, Michael Biebl <[EMAIL PROTECTED]> wrote: > The current Makefile.am are not quite correct. > They put the generated files into the tarball, but not the *.in files. > They also don't clean up some of the generated files. > > This patch address that. It also simplifies the Makefile.amS a bit and > uses a more consistent naming for the install dirs.
This is good (I hadn't noticed before about the missing .in files in dist), but I think there are two improvements still to make: - The transformed scripts (e.g., pm-action) are also distributed, meaning you'll have a copy of whoever did `make dist'. This can be avoided by using nodist_*_SCRIPTS for the ones that are transformed. The CLEANFILES setting has to change to match. - Instead of adding the non-transformed scripts into EXTRA_DIST, add the dist_ prefix to their *_SCRIPTS variables. What do you think? -- Dan _______________________________________________ Pm-utils mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pm-utils
