summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Adjustment to accomodate rpm-info filesPaul W. Frields2006-01-021-0/+6
|
* 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-302-2/+6
|
* Revert <holder> change to #PCDATA, to accomodate corporate ownership ofTommy Reynolds2005-12-301-2/+1
| | | | copyright.
* Holy smoke, it REALLY works!Paul W. Frields2005-12-303-9/+84
|
* Properly process langified revision detailsPaul W. Frields2005-12-301-3/+5
|
* I know there's a word for this somewhere...Paul W. Frields2005-12-301-2/+1
|
* Add optional "othername" attribute to <worker>.Tommy Reynolds2005-12-301-2/+4
| | | | | | Use colophon to specify the copyright holder. Allow optional translators and editors to be listed in any order after the author specification.
* Make sure FDPDIR gets set correctly, important for build processesPaul W. Frields2005-12-301-1/+1
|
* Reduce redundancy, and create new, stupider pet tricksPaul W. Frields2005-12-296-112/+141
|
* Consolidate author, editor and such, information into a colophon that weTommy Reynolds2005-12-291-15/+15
| | | | can access using the manditory ID attributes.
* Whoops, don't need this file anymore, see other \*desktop.xsl filesPaul W. Frields2005-12-281-38/+0
|
* Remove redundant lang=en processingPaul W. Frields2005-12-281-2/+2
|
* Provide stuff that RPM expects in -lang subpackagesPaul W. Frields2005-12-281-1/+5
|
* Hopefully improve conditions for offline doc buildersPaul W. Frields2005-12-282-0/+9
|
* Grab all .desktop filesPaul W. Frields2005-12-281-2/+4
|
* Remove nochunks watermark during clean targetPaul W. Frields2005-12-281-1/+1
|
* Define macro for xsltprocPaul W. Frields2005-12-281-0/+2
|
* Langifying means optionally more than one details entryPaul W. Frields2005-12-281-1/+1
|
* Use new entity nomenclature properlyPaul W. Frields2005-12-286-6/+6
|
* Additional spec improvementsPaul W. Frields2005-12-271-3/+3
|
* Some improvements to make nicer, more Fedora compliant specPaul W. Frields2005-12-271-10/+11
|
* Need to provide function for langifying revision historyPaul W. Frields2005-12-261-0/+1
|
* Add .directory for khelpcenter, include in f-doc-common specPaul W. Frields2005-12-252-3/+13
|
* Additional helpful XSLT, also provide doctype dynamicallyPaul W. Frields2005-12-253-2/+58
|
* Fix termPaul W. Frields2005-12-241-1/+1
|
* Never mind, we can do this with XSLT instead, thanks to MegaCoderPaul W. Frields2005-12-242-10/+44
|
* Renamed fedora-doc.desktop.in.common to fedora-doc-gnome.desktop.in.commonPaul W. Frields2005-12-241-0/+0
|
* Updated IG definitionFrancesco Tombolini2005-12-241-2/+2
|
* Typos checkedFrancesco Tombolini2005-12-242-24/+24
|
* Normalize articleinfo and bookinfo elementsPaul W. Frields2005-12-241-4/+6
|
* Catch multiple copyright yearsPaul W. Frields2005-12-241-3/+3
|
* Make build a little cleanerPaul W. Frields2005-12-241-6/+8
|
* Added XSL for khelpcenter .desktop entryPaul W. Frields2005-12-241-0/+32
|
* Added "-k" switch to keep on trying to build remaining document languagesTommy Reynolds2005-12-171-6/+14
| | | | | in case an earlier translation fails. Also used scalable method to get list of documents to build.
* Switched to our own XMLFORMAT tool to prepare the files for comparison.Tommy Reynolds2005-12-152-442/+8
| | | | | | As long as the original files have been normalized by XMLFORMAT, then the line numbers output by XMLDIFF will be correct. Why would you *not* work with normalized files?
* Added a "make OLD=old.xml NEW=new.xml diff" target to utilize theTommy Reynolds2005-12-151-3/+18
| | | | xmldiff tool a bit easier.
* Cleaned up tacky if-series into an elegant if-elsif checklist ;-)Tommy Reynolds2005-12-151-13/+8
|
* Output <!ENTITY> elements, so they can now be compared.Tommy Reynolds2005-12-151-124/+125
|
* Ignore <!ENTITY> elements for now.Tommy Reynolds2005-12-151-1/+2
|
* Fixed bug in locating helper script "xmlpp".Tommy Reynolds2005-12-151-2/+4
|
* Here is a very simple XMLDIFF tool that I've hacked to work reasonablyTommy Reynolds2005-12-153-0/+532
| | | | | with the FDP files. Look in the "xmldiff.pl" file for information about its origin.
* Create necessary "figs/*" subdirectory paths automatically if theTommy Reynolds2005-12-131-1/+2
| | | | | Manifest-${LANG} file doesn't contain them. This invokes an extra "mkdir -p" for every image, but we don't that many images, on average.
* Correctly documented how to build the "Manifest-${LANG}" file.Tommy Reynolds2005-12-131-8/+23
| | | | Removed extra "/figs/" path component if a manifest was used.
* Always copy files with multiple dashes, as a courtesy to legacy files.Tommy Reynolds2005-12-121-9/+40
| | | | | Added check for a "figs/Manifest-${LANG}" file. If found, get the filenames to copy from that, else search the source tree by name.