summaryrefslogtreecommitdiffstats
path: root/packaging/insert-changelog.xsl
Commit message (Collapse)AuthorAgeFilesLines
* Use new rule to locate docs-common and rely on this for most building, ↵Paul W. Frields2007-03-121-2/+2
| | | | instead of a possibly nonexistent FDPDIR. This should make a module inclusion or a full repository checkout equally workable.
* Adapt to use proper fdpdir locationPaul W. Frields2007-03-111-1/+3
|
* No longer need to provide a lang here.Paul W. Frields2006-08-051-1/+0
|
* Revert location to reflect rpm-info location in base directoryPaul W. Frields2006-02-241-1/+1
|
* Make sure inserting clog and colophon don't botch rpm-info DTD declarationPaul W. Frields2006-02-041-1/+1
|
* Make sure we output our XML declaration and DOCTYPE when rewriting rpm-infoPaul W. Frields2006-01-221-1/+3
|
* Use new abstracted functionsPaul W. Frields2006-01-151-1/+1
|
* These snippets will be useful in Makefile.common, since they enable:Paul W. Frields2006-01-151-0/+65
1. inserting new worker and revision elements (both newest-first of course!) 2. querying the document for a tight listing of the entire colophon, so the user can choose who is responsible for a new revision 3. querying the document for a specific worker attribute The "make worker" target idea is simple enough, but more importantly, the use case for a "make clog" target would be: 1. User picks whether revision role is "rpm" or "doc", today's date is formatted properly for the role 2. User picks their name from the tight colophon listing 3. The make target automatically queries for the worker attribute appropriate for that revision role (e.g. initials for doc, email for rpm)