summaryrefslogtreecommitdiff
path: root/xsd
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-09-27 09:14:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-09-27 09:14:22 +0200
commit738a7bfaebf986f389e0924a151d7df93ed6aead (patch)
tree8955981296325dfa7a0bc3faf44800b20953e401 /xsd
parent317814622619d59472e1f87fa3ae97e205d8342f (diff)
Add PACKAGE-README.md
Diffstat (limited to 'xsd')
-rw-r--r--xsd/INSTALL6
l---------xsd/PACKAGE-README.md1
-rw-r--r--xsd/buildfile10
-rw-r--r--xsd/manifest1
4 files changed, 8 insertions, 10 deletions
diff --git a/xsd/INSTALL b/xsd/INSTALL
deleted file mode 100644
index 3402df2..0000000
--- a/xsd/INSTALL
+++ /dev/null
@@ -1,6 +0,0 @@
-The easiest way to build this package is with the bpkg package manager:
-
-$ bpkg build xsd
-
-But if you don't want to use the package manager, then you can also build it
-manually using the standard build2 build system.
diff --git a/xsd/PACKAGE-README.md b/xsd/PACKAGE-README.md
new file mode 120000
index 0000000..422e63f
--- /dev/null
+++ b/xsd/PACKAGE-README.md
@@ -0,0 +1 @@
+../PACKAGE-README.md \ No newline at end of file
diff --git a/xsd/buildfile b/xsd/buildfile
index 552635c..2550da0 100644
--- a/xsd/buildfile
+++ b/xsd/buildfile
@@ -1,9 +1,11 @@
# file : buildfile
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-./: {*/ -build/} doc{INSTALL NEWS README} legal{GPLv2 LICENSE FLOSSE} manifest
+./: {*/ -build/} \
+ doc{README PACKAGE-README.md NEWS} \
+ legal{GPLv2 LICENSE FLOSSE} \
+ manifest
-# Don't install tests or the INSTALL file.
+# Don't install tests.
#
-tests/: install = false
-doc{INSTALL}@./: install = false
+tests/: install = false
diff --git a/xsd/manifest b/xsd/manifest
index 909c058..c7a1a76 100644
--- a/xsd/manifest
+++ b/xsd/manifest
@@ -6,6 +6,7 @@ summary: XML Schema to C++ data binding compiler
license: other: GPL-2.0-only with Xerces-C++ linking exception and FLOSS exception
topics: C++, XML, XML Schema, XML parser, source code generation
description-file: README
+package-description-file: PACKAGE-README.md
changes-file: NEWS
url: https://www.codesynthesis.com/projects/xsd/
doc-url: https://www.codesynthesis.com/projects/xsd/