summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Push to 0.3.1:Paul W. Frields2006-02-134-15/+17
| | | | | | | - Update Makefile to properly remove supporting source files - Support generation of fdp-info in local build environment - Include additional scripts - Revert spec.xsl to distinguish local builds from CVS builds
* Remove the rest of the files correctlyPaul W. Frields2006-02-131-3/+3
|
* test2 => test3Yuan Yijun2006-02-131-4/+4
|
* Remember to remove RPM files in top level using correct namePaul W. Frields2006-02-131-1/+1
|
* Move to XInclude for all legalnotice contentPaul W. Frields2006-02-121-1/+4
|
* This makes everything work out nicely, PROVIDED that doc authors don't use ↵Paul W. Frields2006-02-1211-25/+136
| | | | &FDP-INFO; any more, and instead use a standard XInclude statement. Shouldn't cause much pain at all.
* Make sure we use XMLPaul W. Frields2006-02-125-9/+7
|
* Update TESTVER entityPaul W. Frields2006-02-121-2/+2
|
* Hacks to get the release-notes to build, on the way to a better world.Karsten Wade2006-02-124-15/+19
|
* Must make sure we don't remove non-generated files. For example, inPaul W. Frields2006-02-111-5/+5
| | | | | the release-notes directory there is a non-generated "fedora-release.spec" which we were whacking on a "make distclean".
* Trying to make the legal notice files come into the XInclude scenario more ↵Karsten Wade2006-02-111-0/+11
| | | | smoothly. What I have here is broken still, but in a new way ... and I'm hoping it carries us closer. Committing for collaboration.
* Bump spec file to get in the habitfedora-doc-common-0.2.1-1Paul W. Frields2006-02-091-1/+4
|
* SHORT VERSION:Paul W. Frields2006-02-091-6/+24
| | | | | | | | | | | | | | | | | * Separate out rpm-common and package-post * Create additional noarch and srpm targets LONG VERSION: We need a target that builds only the SRPM to go with spec file for FE review, so here it is. (Also an additional disincentive to installing drafts, but that's neither here nor there.) Next up, adding this functionality to build-docs in infrastructure/ module. Note that you can now pass flags to prevent the package-prep and/or package-post steps with any RPM building process, although this might be an edge case. Robust! Simple! Elegant! Hopefully not stupid! Now with 50% more targets. (I added these to .PHONY which I think is the right thing to do. Everything still works at least...
* Do the right thing if there's no RPM revision yet for this docPaul W. Frields2006-02-071-0/+4
|
* Trivial, just tired of setting the modePaul W. Frields2006-02-071-0/+5
|
* Changes toward making the XInclude version work, perhaps all need to be ↵Karsten Wade2006-02-072-43/+13
| | | | valid XML docs.
* Actually check in the ${PRI_LANG} changes I mentioned earlier.Tommy Reynolds2006-02-071-2/+7
|
* Add acronym to handlingPaul W. Frields2006-02-051-0/+3
|
* Use primary language RPM-INFO stuff. Return the string "TBD" insteadTommy Reynolds2006-02-051-3/+3
| | | | of the more anonymous "XXX" if we can't figure out a revision.
* Make spacing XML adherentPaul W. Frields2006-02-041-2/+5
|
* Remember to actually grab the SRPM, why don't wePaul W. Frields2006-02-041-0/+1
|
* Make .src.rpm as wellPaul W. Frields2006-02-041-1/+1
|
* Pushd/popd stuff was ugly, it's true; this should be more portable.Paul W. Frields2006-02-041-1/+1
| | | | | | | Without it, package buliding output is harder to read/debug due to piling on of *many* relative directory parentage constructs, especially during XSLT operations, since fdpsh is called a whole bunch.
* Use read prompt function to eliminate backspace bobblesPaul W. Frields2006-02-041-2/+1
|
* Make the clog target a little smarter and more helpfulPaul W. Frields2006-02-041-3/+37
|
* Figure out absolute pathnames in a portable manner.Tommy Reynolds2006-02-041-4/+7
|
* added entity LEGALNOTICE-OPL SYSTEMFrancesco Tombolini2006-02-042-3/+4
|
* The license field in a specfile needs to be correct so that FE will accept ↵Paul W. Frields2006-02-042-1/+7
| | | | and rpmlint will not bark
* Include XInclude schema in RPM package as wellpackage2Paul W. Frields2006-02-041-0/+6
|
* Don't forget the XInclude schemaPaul W. Frields2006-02-041-0/+4
|
* This flag no longer needed thanks to XSLT sweetnessPaul W. Frields2006-02-041-1/+0
|
* Make sure inserting clog and colophon don't botch rpm-info DTD declarationPaul W. Frields2006-02-042-2/+2
|
* This seems to make packaging work again... probably needs checking for ↵Paul W. Frields2006-02-043-17/+23
| | | | kludginess
* Use proper attribute after DTD chanePaul W. Frields2006-02-041-1/+1
|
* You're right, not happy at all... get rid of that, plus a spelling correcitonPaul W. Frields2006-02-041-2/+2
|
* Correct grabbing of initials for revisionhistoryPaul W. Frields2006-02-042-2/+6
|
* Build packages correctly for FE standardsPaul W. Frields2006-02-041-13/+11
|
* Meet FE standards (thanks to Ignacio Vazquez-Abrams)Paul W. Frields2006-02-041-19/+34
|
* Weight KHelpcenter entry appropriatelyPaul W. Frields2006-02-041-0/+2
|
* This may not be strictly needed, but it makes me feel better, whatpre-package2Paul W. Frields2006-02-031-5/+5
| | | | with the new level of directories in CVS.
* Eliminate redundant buildingPaul W. Frields2006-02-031-4/+1
|
* A bit of message cleanup, make sure 'Considering' message doesn't get sourcedPaul W. Frields2006-02-031-3/+3
|
* Shell script to generate one-time migration into per-language files.Tommy Reynolds2006-02-031-0/+40
|
* Don't need ${POFILES} as a 'make showvars' item.Tommy Reynolds2006-02-031-1/+0
|
* 1) XML files are now expected to be in an "${LANG}/" subdirectory.Tommy Reynolds2006-02-032-23/+18
|
* 1) Make "${FDPDIR}" into an absolute pathname to allow the fdpshTommy Reynolds2006-02-031-3/+17
| | | | | | | | | | cd(1) command to be useful. 2) Added the fdpsh command "prettyprint foo.xml" as a wrapper to the current xmlformat tool. I used a different name to avoid overloading the current name. To much trouble to parse another "-f /path/to/config" argument ;-) 3) Borked the definition of ${RPMINFO} until we get the RPM packaging fixed again.
* Don't prettyprint deleted files.Tommy Reynolds2006-02-031-3/+5
|
* Added "make po" target to generate PO files for all the "en" XML filesTommy Reynolds2006-02-031-1/+20
| | | | | | for the project. File "foo-en.xml" will be associated with a "foo-en.po" file, which may be edited and then merged into a new translation using the fdpsh "apply_po foo-en.xml>foo-xx.xml" command.
* Added shell command "apply_po foo-en.xml" has a shortcut to theTommy Reynolds2006-02-031-0/+12
| | | | | | | | actual "po2xml foo-en.xml foo-en.po" file. Use it like this: fdpsh> make po fdpsh> kbable foo-en.po fdpsh> apply_po foo-en.xml >foo-xx.xml
* Here it is. It also references some other web stuff, so I don't knowTommy Reynolds2006-02-031-0/+45
| | | | | just how useful this will be in an off-line situation yet. More to follow?