diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-24 22:32:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-24 22:32:49 +0000 |
commit | 963854440c8d5cb49ac23779c965d0f6fb408744 (patch) | |
tree | 097b956f7e23b0db264fe1d3cdeee8eafc050cd9 /textproc/xhtml-basic/contents.inc | |
parent | Update to the 20160522 development snapshot of GCC 7. (diff) |
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
Notes
Notes:
svn path=/head/; revision=415814
Diffstat (limited to 'textproc/xhtml-basic/contents.inc')
-rw-r--r-- | textproc/xhtml-basic/contents.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/textproc/xhtml-basic/contents.inc b/textproc/xhtml-basic/contents.inc deleted file mode 100644 index b49c08018da7..000000000000 --- a/textproc/xhtml-basic/contents.inc +++ /dev/null @@ -1,10 +0,0 @@ -contents_DTD+= xhtml-basic10-model-1.mod -contents_DTD+= xhtml-basic10.cat -contents_DTD+= xhtml-basic10.dtd -contents_DTD+= xml1.dcl - -contents_DOC+= Overview.html -contents_DOC+= W3C-REC.css -contents_DOC+= logo-REC.png -contents_DOC+= w3c_home.png -contents_DOC+= xhtml-basic.css |