summaryrefslogtreecommitdiffstats
path: root/common/entities/Makefile
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-25 03:45:34 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-25 03:45:34 +0000
commit0c434ea59ffa766526ed7f8bb2185ed5063bf3f8 (patch)
treee9b91197caf2f4e1879d8532ec84a5f968bc9e2f /common/entities/Makefile
parent113a1e60b6db8ae0c4f230fc6105f5221dc727c2 (diff)
downloadfedora-doc-utils-0c434ea59ffa766526ed7f8bb2185ed5063bf3f8.tar.gz
fedora-doc-utils-0c434ea59ffa766526ed7f8bb2185ed5063bf3f8.tar.xz
fedora-doc-utils-0c434ea59ffa766526ed7f8bb2185ed5063bf3f8.zip
Implement the <use/> entity because you can't embed an entity
reference such as "&FED;" in an XML document that doesn't have it defined using an "<!ENTITY>" element.
Diffstat (limited to 'common/entities/Makefile')
-rw-r--r--common/entities/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/entities/Makefile b/common/entities/Makefile
index cd76d26..b36a116 100644
--- a/common/entities/Makefile
+++ b/common/entities/Makefile
@@ -2,6 +2,11 @@ PRI_LANG=en
all: entities-it.ent
+clean:
+
+distclean clobber: clean
+ ${RM} *.ent
+
entities-it.ent: entities-it.xml entities.xsl
xsltproc -o $@ entities.xsl entities-it.xml