summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make text build cleanly without unnecessary link lists, esp. given our ↵Paul W. Frields2006-02-171-1/+4
| | | | standards for ulink element usage
* Make sure HTML nochunks files do not overwrite each otherPaul W. Frields2006-02-161-0/+1
|
* Add txt targetsPaul W. Frields2006-02-161-1/+20
|
* test1 -> test3release-notes-FC-5-test3Jeremy Katz2006-02-151-1/+1
|
* Added "${LANG}::" target to use as a dependant to the "xml-${LANG}" rulesTommy Reynolds2006-02-151-2/+13
| | | | so we don't invoke "mkdir -p ${LANG}" for every translated XML file.
* Make kinder, gentler, more attractive spec filesPaul W. Frields2006-02-151-7/+2
|
* Reorganize the CVS layout to fully embrace I18N translator support.Tommy Reynolds2006-02-152-72/+227
| | | | | | | | | | | | | | | | | | | | | Many, many changes here. Refer to "example-tutorial/" for a model. 1) Only one rpm-info.xml file, and that is in the top-level dir. 2) XML file names are now language independant (para.xml, not para-en.xml). 3) The "Makefile" in the document directory has been completely rewritten. Now, a ${PRI_LANG} variable identifies the original language for the document. Additional language translations are listed in the ${OTHERS} macro. The ${XMLEXTRAFILES-${LANG}} variable is no more; instead an XMLFILES_template must be filled out to enumerate the necessary XML files. 4) Translated XML files are automatically generated from .POT and .PO files located in a "po/" directory. 5) Translated XML files should NOT be archived in CVS, since they are now generated files. 6) Many new virtual targets have been added to "Makefile.common", such as "make xml-de", "make po-de", and the like. Consult the "Makefile.common".
* Push version to 0.3.2 and update specfile and changelogPaul W. Frields2006-02-141-1/+5
|
* Properly own directories so no cruft; also use macro to improve readabilityPaul W. Frields2006-02-141-48/+23
|
* Patch Makefile, thanks IgnacioPaul W. Frields2006-02-141-2/+3
|
* Cover desc and do normalizationPaul W. Frields2006-02-141-2/+2
|
* Oops, remember Tommy's rule of good behavior in targetsPaul W. Frields2006-02-131-1/+1
|
* Add src-tarball phony target for use when VERSION isn't known externallyPaul W. Frields2006-02-131-2/+3
|
* Don't mess with rpm-info element contents as muchPaul W. Frields2006-02-131-1/+1
|
* 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
|