summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove mini-wm.c. (#520146)Ales Kozumplik2010-03-051-5/+0
| | | | and places where it's mentioned.
* Be more explicit in which libraries we link with.Chris Lumens2010-02-101-2/+2
| | | | This is required by the latest build system's linker changes.
* Ignore merge commit messages when generating the rpm changelog.David Cantrell2009-11-121-1/+2
|
* Clear pot and po updates after a 'make release' or 'make archive'.David Cantrell2009-10-301-0/+2
| | | | | | | | These are updated by msgfmt, but leave the po files in the repository as is since they are updated by an external project. We'll keep the pot file up to date, but that happens at 'make bumpver'. Since msgfmt generates new po files for the release tarball, we need to reset all of these files after a 'make release' or 'make archive'.
* Handle more than x.y version numbers in 'make bumpver'.David Cantrell2009-10-201-2/+4
| | | | | | For the rhel6-branch, we now have an x.y.z version number since it was branched from f12-branch. The bumpver target needs to handle the extra .z component.
* Remove extra echo in 'make rpmlog'.David Cantrell2009-10-131-1/+0
|
* Fix filtering out of 'Sending translation for' log messages in bumpver.Radek Vykydal2009-10-091-1/+1
| | | | | I hit it in the last build that I've done where the filtering was introduced (and I have to add that I also acked the original patch).
* Filter out 'Sending translation for' log messages in bumpver.David Cantrell2009-10-071-1/+4
| | | | We don't want these messages in the RPM changelog entries.
* Update po/anaconda.pot during a 'bumpver' run.David Cantrell2009-09-291-0/+1
| | | | | | | | | | | | | | | Since we have to store anaconda.pot in the source tree for the translators, make sure we update it when bumpver is run so it stays current. When you run 'make bumpver', you will now be checking in at least two files but up to three: anaconda.spec.in [required] configure.ac [required] po/anaconda.pot [optional, only if it needed updating] Make sure you add all of these files for 'New version' commits.
* Add 'make release' as a synonym for 'make archive'.David Cantrell2009-09-291-0/+2
|
* Add some silent make support for sed, mkctype, and other commands.David Cantrell2009-09-021-1/+5
| | | | Match up to the silent make thing we have by default now.
* Fix updates target to honor KEEP variable correctly.David Cantrell2009-08-191-4/+4
|
* 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.