Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make text build cleanly without unnecessary link lists, esp. given our ↵ | Paul W. Frields | 2006-02-17 | 1 | -1/+4 | |
| | | | | standards for ulink element usage | |||||
* | Make sure HTML nochunks files do not overwrite each other | Paul W. Frields | 2006-02-16 | 1 | -0/+1 | |
| | ||||||
* | Add txt targets | Paul W. Frields | 2006-02-16 | 1 | -1/+20 | |
| | ||||||
* | test1 -> test3release-notes-FC-5-test3 | Jeremy Katz | 2006-02-15 | 1 | -1/+1 | |
| | ||||||
* | Added "${LANG}::" target to use as a dependant to the "xml-${LANG}" rules | Tommy Reynolds | 2006-02-15 | 1 | -2/+13 | |
| | | | | so we don't invoke "mkdir -p ${LANG}" for every translated XML file. | |||||
* | Make kinder, gentler, more attractive spec files | Paul W. Frields | 2006-02-15 | 1 | -7/+2 | |
| | ||||||
* | Reorganize the CVS layout to fully embrace I18N translator support. | Tommy Reynolds | 2006-02-15 | 2 | -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 changelog | Paul W. Frields | 2006-02-14 | 1 | -1/+5 | |
| | ||||||
* | Properly own directories so no cruft; also use macro to improve readability | Paul W. Frields | 2006-02-14 | 1 | -48/+23 | |
| | ||||||
* | Patch Makefile, thanks Ignacio | Paul W. Frields | 2006-02-14 | 1 | -2/+3 | |
| | ||||||
* | Cover desc and do normalization | Paul W. Frields | 2006-02-14 | 1 | -2/+2 | |
| | ||||||
* | Oops, remember Tommy's rule of good behavior in targets | Paul W. Frields | 2006-02-13 | 1 | -1/+1 | |
| | ||||||
* | Add src-tarball phony target for use when VERSION isn't known externally | Paul W. Frields | 2006-02-13 | 1 | -2/+3 | |
| | ||||||
* | Don't mess with rpm-info element contents as much | Paul W. Frields | 2006-02-13 | 1 | -1/+1 | |
| | ||||||
* | Push to 0.3.1: | Paul W. Frields | 2006-02-13 | 4 | -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 correctly | Paul W. Frields | 2006-02-13 | 1 | -3/+3 | |
| | ||||||
* | test2 => test3 | Yuan Yijun | 2006-02-13 | 1 | -4/+4 | |
| | ||||||
* | Remember to remove RPM files in top level using correct name | Paul W. Frields | 2006-02-13 | 1 | -1/+1 | |
| | ||||||
* | Move to XInclude for all legalnotice content | Paul W. Frields | 2006-02-12 | 1 | -1/+4 | |
| | ||||||
* | This makes everything work out nicely, PROVIDED that doc authors don't use ↵ | Paul W. Frields | 2006-02-12 | 11 | -25/+136 | |
| | | | | &FDP-INFO; any more, and instead use a standard XInclude statement. Shouldn't cause much pain at all. | |||||
* | Make sure we use XML | Paul W. Frields | 2006-02-12 | 5 | -9/+7 | |
| | ||||||
* | Update TESTVER entity | Paul W. Frields | 2006-02-12 | 1 | -2/+2 | |
| | ||||||
* | Hacks to get the release-notes to build, on the way to a better world. | Karsten Wade | 2006-02-12 | 4 | -15/+19 | |
| | ||||||
* | Must make sure we don't remove non-generated files. For example, in | Paul W. Frields | 2006-02-11 | 1 | -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 Wade | 2006-02-11 | 1 | -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-1 | Paul W. Frields | 2006-02-09 | 1 | -1/+4 | |
| | ||||||
* | SHORT VERSION: | Paul W. Frields | 2006-02-09 | 1 | -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 doc | Paul W. Frields | 2006-02-07 | 1 | -0/+4 | |
| | ||||||
* | Trivial, just tired of setting the mode | Paul W. Frields | 2006-02-07 | 1 | -0/+5 | |
| | ||||||
* | Changes toward making the XInclude version work, perhaps all need to be ↵ | Karsten Wade | 2006-02-07 | 2 | -43/+13 | |
| | | | | valid XML docs. | |||||
* | Actually check in the ${PRI_LANG} changes I mentioned earlier. | Tommy Reynolds | 2006-02-07 | 1 | -2/+7 | |
| | ||||||
* | Add acronym to handling | Paul W. Frields | 2006-02-05 | 1 | -0/+3 | |
| | ||||||
* | Use primary language RPM-INFO stuff. Return the string "TBD" instead | Tommy Reynolds | 2006-02-05 | 1 | -3/+3 | |
| | | | | of the more anonymous "XXX" if we can't figure out a revision. | |||||
* | Make spacing XML adherent | Paul W. Frields | 2006-02-04 | 1 | -2/+5 | |
| | ||||||
* | Remember to actually grab the SRPM, why don't we | Paul W. Frields | 2006-02-04 | 1 | -0/+1 | |
| | ||||||
* | Make .src.rpm as well | Paul W. Frields | 2006-02-04 | 1 | -1/+1 | |
| | ||||||
* | Pushd/popd stuff was ugly, it's true; this should be more portable. | Paul W. Frields | 2006-02-04 | 1 | -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 bobbles | Paul W. Frields | 2006-02-04 | 1 | -2/+1 | |
| | ||||||
* | Make the clog target a little smarter and more helpful | Paul W. Frields | 2006-02-04 | 1 | -3/+37 | |
| | ||||||
* | Figure out absolute pathnames in a portable manner. | Tommy Reynolds | 2006-02-04 | 1 | -4/+7 | |
| | ||||||
* | added entity LEGALNOTICE-OPL SYSTEM | Francesco Tombolini | 2006-02-04 | 2 | -3/+4 | |
| | ||||||
* | The license field in a specfile needs to be correct so that FE will accept ↵ | Paul W. Frields | 2006-02-04 | 2 | -1/+7 | |
| | | | | and rpmlint will not bark | |||||
* | Include XInclude schema in RPM package as wellpackage2 | Paul W. Frields | 2006-02-04 | 1 | -0/+6 | |
| | ||||||
* | Don't forget the XInclude schema | Paul W. Frields | 2006-02-04 | 1 | -0/+4 | |
| | ||||||
* | This flag no longer needed thanks to XSLT sweetness | Paul W. Frields | 2006-02-04 | 1 | -1/+0 | |
| | ||||||
* | Make sure inserting clog and colophon don't botch rpm-info DTD declaration | Paul W. Frields | 2006-02-04 | 2 | -2/+2 | |
| | ||||||
* | This seems to make packaging work again... probably needs checking for ↵ | Paul W. Frields | 2006-02-04 | 3 | -17/+23 | |
| | | | | kludginess | |||||
* | Use proper attribute after DTD chane | Paul W. Frields | 2006-02-04 | 1 | -1/+1 | |
| | ||||||
* | You're right, not happy at all... get rid of that, plus a spelling correciton | Paul W. Frields | 2006-02-04 | 1 | -2/+2 | |
| | ||||||
* | Correct grabbing of initials for revisionhistory | Paul W. Frields | 2006-02-04 | 2 | -2/+6 | |
| |