summaryrefslogtreecommitdiffstats
path: root/packaging
Commit message (Collapse)AuthorAgeFilesLines
* Push to 0.3.1:Paul W. Frields2006-02-133-15/+16
| | | | | | | - 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
* 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-121-4/+8
| | | | &FDP-INFO; any more, and instead use a standard XInclude statement. Shouldn't cause much pain at all.
* Bump spec file to get in the habitfedora-doc-common-0.2.1-1Paul W. Frields2006-02-091-1/+4
|
* Make spacing XML adherentPaul W. Frields2006-02-041-2/+5
|
* 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
|
* 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-041-10/+14
| | | | kludginess
* Use proper attribute after DTD chanePaul W. Frields2006-02-041-1/+1
|
* Correct grabbing of initials for revisionhistoryPaul W. Frields2006-02-042-2/+6
|
* 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
|
* 1) XML files are now expected to be in an "${LANG}/" subdirectory.Tommy Reynolds2006-02-031-1/+1
|
* Fix lang for English document OMFsPaul W. Frields2006-01-281-1/+4
|
* Make sure we output our XML declaration and DOCTYPE when rewriting rpm-infoPaul W. Frields2006-01-222-2/+6
|
* *ahem* Might be good to put that $ in the right place. /me smacks selftranslation-quick-start-guide--initial-release-ver-0-1--2006-01-20Paul W. Frields2006-01-201-1/+1
|
* Need to handle lang dirs properly in OMFPaul W. Frields2006-01-201-1/+8
|
* Properly own directoriesPaul W. Frields2006-01-201-0/+4
|
* First cut a integrating the RPM packaging stuff with theTommy Reynolds2006-01-192-3/+6
| | | | | | | | | | | | | | "docs-common/Makefile.common" infrastructure. While this appears to work *somewhat* with the "example-tutorial", it is certainly not ready for prime time yet. TODO: 1) Verify that all generated RPM's have the necessary files inside. 2) Mangle the "../docs-common" strings in Makefiles, *.xml, to reference the "/usr/share/fedora/doc" ${FDPDIR} so that we don't need to bugger the RPM checksums of the files by altering them at RPM install time. 3) Buy a beer all round.
* Moved from "packaging/" to "bin/" directory.Tommy Reynolds2006-01-191-14/+0
|
* Inserted dummy <author> element at the right place, just after theTommy Reynolds2006-01-181-2/+8
| | | | | | | | | colophon. Since it references a dummy "FIXME" worker, the document will not validate yet, and this is a GOOD thing because it needs more editing. Added 'order="newest-first"' attribute to the <changelog> element, so that the generated document will have the correct structure.
* Changed <DOCTYPE> from standalone="yes" to standalone="no" becauseTommy Reynolds2006-01-181-1/+1
| | | | we are using an external DTD.
* clog target and XSL stylesheet should be able to figure out if this is the ↵Paul W. Frields2006-01-161-1/+17
| | | | first package for a document revision
* Allow proper choice of OPL for license... probably need additional checksPaul W. Frields2006-01-161-2/+8
|
* Make spacing more properly XMLishPaul W. Frields2006-01-161-4/+7
|
* May be trivial, but I think adding new contributors at the bottom makes it ↵Paul W. Frields2006-01-151-2/+2
| | | | more readable
* Use new abstracted functionsPaul W. Frields2006-01-151-1/+1
|
* Let doc-version.xsl query latest revision of either "doc" or "rpm" rolePaul W. Frields2006-01-151-6/+12
|
* Actually, makes much more sense for the default to be idPaul W. Frields2006-01-151-2/+2
|
* These snippets will be useful in Makefile.common, since they enable:Paul W. Frields2006-01-154-0/+176
| | | | | | | | | | | | 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)
* Fix copyright section for real this time; since DocBook structure should be ↵Paul W. Frields2006-01-141-10/+1
| | | | as good as ours, just copy it
* Solving the chicken-and-egg problem of creating theTommy Reynolds2006-01-122-0/+26
| | | | | | | | | "fdp-info-${LANG}.xml" file by using a simple shell script to pick out the document type. This is needed because, without the "fdp-info-${LANG}.xml" file, a new document will not validate and the xsltproc script "doctype.xsl" cannot determine the document type. To avoid nasty in-place sed(1)'ing to circumvent the problem, I'll opt for a non-XML solution.
* Fix title template to work mostly everywherePaul W. Frields2006-01-071-1/+1
|
* REALLY fix copyright element transformPaul W. Frields2006-01-071-5/+3
|
* Slight DTD change per discussion, all XSL checked and verifiedPaul W. Frields2006-01-076-13/+8
|
* Write proper LEGALNOTICE entityPaul W. Frields2006-01-071-1/+1
|
* Make instructions a little clearerPaul W. Frields2006-01-071-1/+1
|
* Fix out-of-DTD copying of copyright informationPaul W. Frields2006-01-071-1/+1
|
* Extract the document version from the VERY FIRST change log entry inTommy Reynolds2006-01-061-0/+10
| | | | the "rpm-info.xml" file.
* Added comment to identify this as a generated file, not to be editedTommy Reynolds2006-01-061-0/+8
| | | | | by mere mortals. Included reference to the "rpm-info.xml" file, which *is* the proper file to be edited.
* Don't forget the legalnotice... but this should incorporate somePaul W. Frields2006-01-041-0/+1
| | | | smarts later on using the right license for the rpm-info's <rights> tag
* Break ties in revhistoryPaul W. Frields2006-01-031-5/+5
|
* Reduce unnecessary verbosityPaul W. Frields2006-01-031-2/+2
|
* Local vars for ease of usePaul W. Frields2006-01-021-0/+7
|
* Initial version; mostly WORKSFORMEPaul W. Frields2006-01-021-0/+108
|
* Make sure bookinfo catches every copyright element, since multiples are validPaul W. Frields2006-01-021-10/+12
|
* Allow multiple years for copyright, as in DocBookPaul W. Frields2006-01-021-1/+1
|
* Rebuilding docs offline from SRPM now works tooPaul W. Frields2005-12-301-4/+4
|
* A little remaining cleanupPaul W. Frields2005-12-301-1/+1
|