summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove ChangeLog (#512502)David Cantrell2009-07-281-5/+2
| | | | | | As stated in the bug report, the ChangeLog is huge. We include the highlights of the ChangeLog in the rpm changelog anyway, so skip shipping the big git ChangeLog.
* Add scripts/makeupdates to generate updates.img files.David Cantrell2009-07-221-33/+3
| | | | | | | | Move the contents of the 'make updates' target to scripts/makeupdates. Make the recompilation of the _isys module be conditional (if you want to do that, either run 'make updates' as you have been or pass -c to scripts/makeupdates). Running makeupdates without -c will generate an updates.img with just the changed Python files.
* Ignore configure.ac when generating updates.imgDavid Cantrell2009-07-061-1/+1
|
* Fix "make bumpver" for two digit version numbers.Chris Lumens2009-07-021-2/+2
|
* Add toplevel Makefile.am and configure.acDavid Cantrell2009-06-091-0/+178
Add main Makefile.am and configure.ac files. Add config.rpath, which is required for the gettext template macros. Added a bootstrap script to generate the configure script and Makefile.in templates.