diff options
| author | Paul W. Frields <stickster@gmail.com> | 2007-03-24 18:42:22 +0000 |
|---|---|---|
| committer | Paul W. Frields <stickster@gmail.com> | 2007-03-24 18:42:22 +0000 |
| commit | ed23d0a4e293a7c392a4e33886f4c18dcd61384d (patch) | |
| tree | 0602e3a6cb2f16684528f90e969dbab1a37464ba | |
| parent | 9759d0e5380b668a3637d83444e43b9a91f877f7 (diff) | |
| download | fedora-doc-utils-ed23d0a4e293a7c392a4e33886f4c18dcd61384d.tar.gz fedora-doc-utils-ed23d0a4e293a7c392a4e33886f4c18dcd61384d.tar.xz fedora-doc-utils-ed23d0a4e293a7c392a4e33886f4c18dcd61384d.zip | |
Add a couple of "alias" entities to match the DISTRO entity
| -rw-r--r-- | common/entities/entities-en_US.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/entities/entities-en_US.xml b/common/entities/entities-en_US.xml index 765ef0c..b572cbe 100644 --- a/common/entities/entities-en_US.xml +++ b/common/entities/entities-en_US.xml @@ -73,6 +73,10 @@ <comment>Current release version of main project</comment> <text>6</text> </entity> + <entity name="DISTROVER"> + <comment>Alias for FCVER</comment> + <text><use entity="FCVER"/></text> + </entity> <entity name="TESTVER"> <comment>Current test number of main project</comment> <text>test3</text> @@ -81,6 +85,10 @@ <comment>Current test version of main project</comment> <text>6 <use entity="TESTVER"/></text> </entity> + <entity name="DISTROTESTVER"> + <comment>Alias for FCTESTVER</comment> + <text><use entity="FCTESTVER"/></text> + </entity> </group> <group name="Other common names"> <entity name="RH"> |
