summaryrefslogtreecommitdiffstats
path: root/Makefile.common
Commit message (Expand)AuthorAgeFilesLines
...
* Add tag to targets list, and make it PHONYPaul W. Frields2006-08-051-1/+2
* Fix OMF building... this we will probably keep, since no one shouldPaul W. Frields2006-08-051-2/+2
* This change temporarily breaks building but will improve translationPaul W. Frields2006-08-051-3/+29
* Need to make sure that tags are valid! Plus, showvars is useful herePaul W. Frields2006-08-041-1/+10
* Make tagging routine dependent on whether we have a specfile or not.Paul W. Frields2006-08-041-1/+29
* Oops, don't forget to make that dependent on whether the SPECFILE exists.Paul W. Frields2006-08-031-2/+2
* Better package building definitions (stolen from Extras)Paul W. Frields2006-08-031-8/+29
* Only need this cleaning once as well...Paul W. Frields2006-08-021-3/+3
* We only need to clean this once, not for every PO requirement. :-)Paul W. Frields2006-08-021-3/+3
* Allow legalnotice hacks in a more make-friendly way when necessary, since rel...Paul W. Frields2006-07-151-2/+6
* Added some rules of the road.Tommy Reynolds2006-07-151-0/+32
* Need these processing options for xmlto since it uses w3m. ThisPaul W. Frields2006-07-141-1/+1
* Remember to clean out old message cruft from xml2poPaul W. Frields2006-07-141-0/+4
* Make sure the local document entities are built, since they our xml2po stuff ...Paul W. Frields2006-07-031-0/+1
* Whoops, it would be better if we make the validation work too. :-)Paul W. Frields2006-06-261-1/+1
* Aha! Finally found the errant parameter. The doc-entities.ent filesPaul W. Frields2006-06-261-1/+1
* Allow document local fdp-entities.ent files to build directly from thePaul W. Frields2006-06-261-2/+5
* Allow a document to build even if it doesn't have anyTommy Reynolds2006-06-161-3/+3
* Correcting dependency ordering slightly to fix some build, er, uniquenessPaul W. Frields2006-06-111-7/+7
* Don't bother to generate an intermediate *.xml.in symbolic link.Tommy Reynolds2006-05-181-6/+1
* Removed the po/${DOC_ENTITIES}.pot rules.Tommy Reynolds2006-04-271-25/+30
* Back out silly attempt to retain entities while serializing document. Instea...Paul W. Frields2006-04-241-6/+2
* Use fedora-doc-common location for all RPM building... it's just a good idea ...Paul W. Frields2006-04-111-1/+1
* This parsing appears to be necessary to treat entities properly whether they ...Paul W. Frields2006-04-111-2/+6
* This fix makes sure that any RPM build happens off the newest doc revision, a...Paul W. Frields2006-04-111-3/+1
* Might as well use proper locales for other stuff as well; this doesn't seem t...Paul W. Frields2006-04-111-4/+4
* Add khelp target and associated locale targetsPaul W. Frields2006-04-111-0/+27
* Compute, pass, and use the absolute path to the callout images.Tommy Reynolds2006-03-131-2/+3
* Separate PDF generation into two steps: first create the XML-FO formyum-FC-4Tommy Reynolds2006-03-121-18/+28
* Delete created "foo.xml.in" symlink as soon as we're through with it.Tommy Reynolds2006-03-081-2/+7
* Remove irritating, distracting comment.FC-5-GOLD-for-isoTommy Reynolds2006-03-071-1/+0
* Each Makefile command is run using a different shell, so no needTommy Reynolds2006-03-071-3/+1
* This should complete Tommy's fix, WORKSFORME now.Paul W. Frields2006-03-061-2/+2
* My bad. FC4 xml2po does NOT have the "-l ${LANG}" switch, so I'veTommy Reynolds2006-03-061-1/+4
* Added "-l ${LANG}" switch to ${XML2PO} xml production to correctlyTommy Reynolds2006-03-061-1/+1
* Translatable entities: a reality!Tommy Reynolds2006-03-061-116/+172
* Added secret "make mrproper" target ;-)Tommy Reynolds2006-03-041-0/+21
* OK, OK, OK! We'll leave the default to XML2PO, but I'm keeping theTommy Reynolds2006-03-041-2/+2
* ${PO2XML} is back!! You need the "kdesdk" RPM after all!! Sorry!!Tommy Reynolds2006-03-041-3/+5
* Place the per-document entities file in the ${LANG}/ directory, whereTommy Reynolds2006-03-031-4/+1
* When validating XML, be sure to include the dependent files such asTommy Reynolds2006-03-031-1/+1
* Replaced ${MSGMERGE} processing to update .PO file when the .XML andTommy Reynolds2006-03-031-0/+2
* Deleted the 'DIR_template' foolishness and removed the "${LANG}" dummyTommy Reynolds2006-03-031-17/+2
* Added "-k" switch to ${XML2PO} usages to try and keep entity referencesTommy Reynolds2006-03-031-12/+10
* Oops, removed too much. Sorry.Tommy Reynolds2006-03-021-0/+1
* Removed bogus targets that appeared before the "all::" rule, whichTommy Reynolds2006-03-021-9/+0
* When doing "make clean", forgot the ".ent" extention on the ${DOC_ENTITIES}Tommy Reynolds2006-03-021-1/+1
* Fixed depandancies so that ${LANG}/fdp-info.xml andTommy Reynolds2006-03-021-4/+11
* Hide our workTommy Reynolds2006-03-011-1/+1
* Added support for per-document translatable entities file.Tommy Reynolds2006-03-011-4/+39