summaryrefslogtreecommitdiff
path: root/pm/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2008-03-05Updated pm/Makefile.am to know about pm-functions.Victor Lowther1-2/+2
2008-02-16Clean up generated files and put *.in files in the tarball.Michael Biebl1-8/+9
Make sure to clean up all generated files on "make clean". Don't distribute generated files in the dist tarball, only the *.in files. Add generated files to .gitignore. Use consistend naming for the install dirs. Install defaults file as data file. Keep EXTRA_DIST and CLEANFILES in sync.
2008-02-07Even simpler modularization of sleep methods.Victor Lowther1-1/+4
This splits the actual functions that perform the sleep/wakeup into a file which is sourced, adds an environment variable which controls which module is sourced, moves the check functions into the sleep module, modifies pm-action and pm-is-supported to take these changes into account, and modifies the automake machinery to take these changes into account.
2008-02-02Use autotools to make functions location-independent.Victor Lowther1-1/+4
2008-02-02Added support for transforming .in files in pm/Makefile.amVictor Lowther1-0/+9
2008-01-26rename hooks into sleep.d -- this is something we have wanted toRichard Hughes1-1/+1
do for a long time, but CVS made it hard
2007-03-06- change to use the new directory layoutPeter Jones1-2/+2
- bump version to 0.99.2
2006-06-14- fix DESTDIR usagePeter Jones1-2/+2
- don't clobber install-exec-am; use install-exec-local instead
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-1/+4
* configure.in: * pm/Makefile.am: Create /etc/pm/config.d on package install as this is an empty directory for custom configs. * src/Makefile.am: Build the src, and install the scripts. TODO: symlink the pm-* scripts.
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-1/+1
* INSTALL: Add this GNU required file. * man/on_ac_power.1: * man/pm-pmu.1: Newest files (from the SGML files) * .cvsignore: * man/.cvsignore: * pm/.cvsignore: * pm/Makefile.am: * pm/hooks/.cvsignore: * pm/power.d/.cvsignore: * src/.cvsignore: Add these files to keep cvs happy.
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+13
* MAINTAINERS: Add pjones as maintainer. * autogen.sh: * pm/Makefile.am: * pm/hooks/Makefile.am: * pm/power.d/Makefile.am: Start to add autotools build system.