1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
From: Ole Streicher <olebole@debian.org>
Date: Fri, 31 Mar 2017 08:51:58 +0200
Subject: Make CDF optional
---
src/docs/sun253.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/docs/sun253.xml b/src/docs/sun253.xml
index 0e38deb..602b2f5 100644
--- a/src/docs/sun253.xml
+++ b/src/docs/sun253.xml
@@ -13,7 +13,6 @@
<!-- Include some auto-generated documentation. -->
<!ENTITY scheme-docs SYSTEM 'scheme-docs.xml'>
<!ENTITY in-ascii SYSTEM 'in-ascii.xml'>
- <!ENTITY in-cdf SYSTEM 'in-cdf.xml'>
<!ENTITY in-colfits SYSTEM 'in-colfits-basic.xml'>
<!ENTITY in-csv SYSTEM 'in-csv.xml'>
<!ENTITY in-fits SYSTEM 'in-fits.xml'>
@@ -1352,6 +1351,10 @@ For details of the FITS-plus convention, see <ref id="fitsPlus"/>.
<subsubsubsect id="inCdf">
<subhead><title>CDF</title></subhead>
&in-cdf;
+<p><em>In the Debian version, CDF is only supported if the package
+<code>starlink-cdf-java</code> is installed.</em>
+</p>
+
</subsubsubsect>
<subsubsubsect id="inCsv">
|