summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-03-17 18:01:07 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-03-17 18:01:07 +0000
commit3a0dcc18a30d5a0f4398f30f95689353ef2985d0 (patch)
treee4c5e50268f4886c74f2e5f6e8409559a7a9d8c1
parent525975282ce1c6b8c4fb8b6aa41e9253ad29a989 (diff)
downloadxml-catalog-3a0dcc18a30d5a0f4398f30f95689353ef2985d0.tar.gz
Fix makefile error xhtml dtd directory not created.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c7e9f5c..ec3928c 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ install-files:
${INSTALL} -d ${DESTDIR}/${COREPACKAGEDIR}
${INSTALL} -m 644 xml-core/catalog.dtd ${DESTDIR}/${COREPACKAGEDIR}
${INSTALL} -m 644 xml-core/catalog.xml ${DESTDIR}/${COREPACKAGEDIR}
+ ${INSTALL} -d ${DESTDIR}/${XHTMLPACKAGEDIR}
${INSTALL} -m 644 xml-xhtml1.xml ${DESTDIR}/${ROOTXMLDIR}
${INSTALL} -m 644 xml-xhtml1/catalog.xml ${DESTDIR}/${XHTMLPACKAGEDIR}
${INSTALL} -m 644 xhtml1-20020801/DTD/xhtml-lat1.ent ${DESTDIR}/${XHTMLPACKAGEDIR}