summaryrefslogtreecommitdiffstats
path: root/Makefile.common
Commit message (Collapse)AuthorAgeFilesLines
* Remove another byproductPaul W. Frields2008-05-131-1/+1
|
* Make change to allow proper text building for nowPaul W. Frields2008-05-131-2/+7
|
* Don't let this bite anyone too badly, it's not obvious.Paul W. Frields2008-04-011-0/+2
|
* Fix the 'help' target to more succinctly and clearly indicate thePaul W. Frields2007-11-211-82/+67
| | | | | | targets without spewing unnecessarily. Add 'help-verbose' target to produce a full list for people who want it. Clean up duplicates and use a better format to indicate locale-sensing targets.
* Improved help menu. The next step will move the fully parsed list ofPaul W. Frields2007-11-211-7/+16
| | | | locale-specific targets to a new "help-verbose" target.
* Add capability for per-module options for xmltoPaul W. Frields2007-09-151-5/+5
|
* Cleanups for legibility and style rules (see top of this file) :-)Paul W. Frields2007-09-071-8/+13
|
* Remove messages.mo file in base dir when housecleaningPaul W. Frields2007-09-071-0/+1
|
* Trivial readability fixPaul W. Frields2007-09-071-1/+1
|
* Simple replacement suffices here.Paul W. Frields2007-09-071-1/+1
|
* Shorten the preamble considerably by using the exact equivalentPaul W. Frields2007-09-071-64/+32
| | | | | | | | | | | | conditional assignment. In other words, ifeq "${FOO}" "" FOO = bar endif is exactly equivalent to FOO ?= bar
* I'm pretty sure we don't want specspo interfering with any specfilePaul W. Frields2007-09-071-1/+6
| | | | | querying we do. This should only affect queries of the summary or description fields, which we currently don't use anyway.
* Include ${NAME} in showvars targetPaul W. Frields2007-09-061-0/+1
|
* These variables need to be set simply (i.e. one-time substitution) toPaul W. Frields2007-09-061-4/+12
| | | | prevent running 'rpm' repeatedly whenever used.
* Clean up some tagging functions and make sure we rely on rpm-info whenever ↵Paul W. Frields2007-08-221-20/+10
| | | | possible for versioning, not Makefile hackery
* Add function for po/LINGUAS (#244480)Paul W. Frields2007-07-041-0/+9
|
* - Reorganize POTBASE to the top-level defines, to be sensiblefedora-release-notes-7.0.1-1Paul W. Frields2007-06-221-12/+9
| | | | - Ensure ${POTBASE} is used everywhere we call the POT file
* Add a POTBASE function so we can generate POT files with a differentPaul W. Frields2007-06-151-3/+13
| | | | name from the DOCBASE filename. This will help with L10N, trust me.
* Rule 1. Read this reminder; never change XML2POFLAGS to "-k".Paul W. Frields2007-04-181-1/+2
| | | | Rule 2. When in doubt, refer to Rule 1.
* Add XSLTPROCOPTS to find alternate paths for DTDsPaul W. Frields2007-04-061-2/+3
|
* Remove crufty old desktop tidbits which were badly conceived.Paul W. Frields2007-04-051-38/+0
|
* Make a function for getting PO statistics, since I do this all thePaul W. Frields2007-04-051-0/+5
| | | | time and can't possibly be alone.
* Move this errant declaration so that ${LANG}/rpm-info.xml isPaul W. Frields2007-04-051-2/+2
| | | | | | properly considered as part of the XMLFILES for a lang. This will ensure POT is properly generated when only the rpm-info.xml file is changed.
* All right, testing was apparently not extensive enough, and my understanding ↵Paul W. Frields2007-04-011-0/+30
| | | | of the default targets was flawed. Returning this to its rightful place.
* The big change -- we go back to keeping entities in our POT/PO files. This ↵Paul W. Frields2007-03-311-1/+1
| | | | will mean slightly less work over time for translators, since changes in entities will not involve changing msgstr content.
* I think this is the circular dependency. This template runs for everyPaul W. Frields2007-03-241-2/+1
| | | | | | .xml in ${XMLFILES}, which includes the document-specific entity file. So this rule was saying that xx/doc-entities.xml relies on xx/doc-entities.ent, which relies on xx/doc-entities.xml, which....
* Use correct escaping for templatePaul W. Frields2007-03-241-1/+1
|
* In fact, remove ALL the old document-entities building code. ThisPaul W. Frields2007-03-241-30/+0
| | | | | | should all be covered in the default %.ent and %.xml targets anyway, since again, everything depends on the same PO. Testing thus far shows this is just cruft too.
* Remove old cruft since all XML files in a document directory share thePaul W. Frields2007-03-241-16/+0
| | | | same PO now.
* Make FDP-entities building a little cleaner.Paul W. Frields2007-03-241-8/+5
|
* This should be less stringent.Paul W. Frields2007-03-241-1/+1
|
* Make sure that the entities.dtd is used regardless of whether thePaul W. Frields2007-03-241-1/+1
| | | | | | | | | actual path to the DTD in a document's per-doc entities file is really correct. The upshot is, you can use whatever path works for you at the time you're writing the doc-entities.xml file, and not be worried about where docs-common appears. It is going to become increasingly important to debug these kind of problems with the new individual checkout capabilities.
* Make this an absolute path for more XML safety.Paul W. Frields2007-03-241-1/+1
|
* - Don't use set-locale anymore since we don't link entities now (tooPaul W. Frields2007-03-241-1/+2
| | | | | XML-fragile) - Add FDPCOMMONDIR to showvars target for debugging purposes
* Don't forget to make directories where needed!Paul W. Frields2007-03-221-0/+1
|
* Get project-wide entities building correctly using the new PO structures.Paul W. Frields2007-03-221-9/+14
|
* Move OMF stuff into proper position since it relies on XMLFILES.Paul W. Frields2007-03-221-109/+109
|
* Use new rule to locate docs-common and rely on this for most building, ↵Paul W. Frields2007-03-121-27/+34
| | | | instead of a possibly nonexistent FDPDIR. This should make a module inclusion or a full repository checkout equally workable.
* OMF handlingPaul W. Frields2007-02-181-1/+110
|
* Get rid of faulty OMF stuff, soon to be replaced.Paul W. Frields2006-09-171-29/+0
|
* Don't use phony prerequisites for real file targets. Since the FDP entityPaul W. Frields2006-09-171-10/+8
| | | | | | files are really all XML dependencies, wrap them up in XMLDEPFILES, and now we have easier maintenance and readability. I think I caused this problem my own durn self, so it's only just that I fix it too. :-)
* Add REVDATE variable for later use with OMF and other packaging bitsPaul W. Frields2006-08-281-0/+5
|
* Quoting can be a Good Thing.Paul W. Frields2006-08-271-2/+2
|
* Comment out broken OMF stuff, and add some useful showvars debuggingPaul W. Frields2006-08-271-22/+26
|
* Remove clog and colophon targets from service because we cannot guarantee ↵Paul W. Frields2006-08-141-12/+16
| | | | they will write a correct relative location in the rpm-info.xml file's DTD declaration.
* Oops, junk character at top from sticky fingers.Paul W. Frields2006-08-051-1/+1
|
* clog and colophon targets need to point to the right place forPaul W. Frields2006-08-051-6/+6
| | | | | ${RPMINFO}. These are still pretty useful so we'll let them hang around a while.
* Only do a showvars for TAG_RELEASE if there's one to be had.Paul W. Frields2006-08-051-0/+2
|
* Get rid of really awful packaging scripts. Mea culpa, I promise thePaul W. Frields2006-08-051-83/+5
| | | | new round will be better.
* The whole section on tagging and assigning NVR stuff should come afterdocs-common-relangify-rpminfoPaul W. Frields2006-08-051-62/+63
| | | | the first TARGETS assignment. (Just like it says, right there.)