From 963854440c8d5cb49ac23779c965d0f6fb408744 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 24 May 2016 22:32:49 +0000 Subject: Add a new keywork xmlcatmgr It simplifies the handling of the XML and SMGL catalog It brings a big of consistency by always specifying the catalog path absolute instead of mixing absolute and relative path. The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing Reviewed by: hrs Differential Revision: https://reviews.freebsd.org/D6539 --- textproc/xhtml-basic/files/catalog.xml | 20 -------------------- textproc/xhtml-basic/files/catalog.xml.in | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 textproc/xhtml-basic/files/catalog.xml create mode 100644 textproc/xhtml-basic/files/catalog.xml.in (limited to 'textproc/xhtml-basic/files') diff --git a/textproc/xhtml-basic/files/catalog.xml b/textproc/xhtml-basic/files/catalog.xml deleted file mode 100644 index f8d03f71ebd9..000000000000 --- a/textproc/xhtml-basic/files/catalog.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - diff --git a/textproc/xhtml-basic/files/catalog.xml.in b/textproc/xhtml-basic/files/catalog.xml.in new file mode 100644 index 000000000000..091bbff934d1 --- /dev/null +++ b/textproc/xhtml-basic/files/catalog.xml.in @@ -0,0 +1,20 @@ + + + + + + + + + + + -- cgit v1.2.3