summaryrefslogtreecommitdiff
path: root/libxsd
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 /libxsd
parent317814622619d59472e1f87fa3ae97e205d8342f (diff)
Add PACKAGE-README.md
Diffstat (limited to 'libxsd')
-rw-r--r--libxsd/INSTALL6
l---------libxsd/PACKAGE-README.md1
-rw-r--r--libxsd/buildfile9
-rw-r--r--libxsd/manifest1
4 files changed, 6 insertions, 11 deletions
diff --git a/libxsd/INSTALL b/libxsd/INSTALL
deleted file mode 100644
index 181de1b..0000000
--- a/libxsd/INSTALL
+++ /dev/null
@@ -1,6 +0,0 @@
-The easiest way to build this package is with the bpkg package manager:
-
-$ bpkg build libxsd
-
-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/libxsd/PACKAGE-README.md b/libxsd/PACKAGE-README.md
new file mode 120000
index 0000000..422e63f
--- /dev/null
+++ b/libxsd/PACKAGE-README.md
@@ -0,0 +1 @@
+../PACKAGE-README.md \ No newline at end of file
diff --git a/libxsd/buildfile b/libxsd/buildfile
index abb2c7c..adba28a 100644
--- a/libxsd/buildfile
+++ b/libxsd/buildfile
@@ -1,8 +1,7 @@
# file : buildfile
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-./: {*/ -build/} doc{INSTALL NEWS README} legal{GPLv2 LICENSE FLOSSE} manifest
-
-# Don't the INSTALL file.
-#
-doc{INSTALL}@./: install = false
+./: {*/ -build/} \
+ doc{README PACKAGE-README.md NEWS} \
+ legal{GPLv2 LICENSE FLOSSE} \
+ manifest
diff --git a/libxsd/manifest b/libxsd/manifest
index f4abc04..4b5398a 100644
--- a/libxsd/manifest
+++ b/libxsd/manifest
@@ -8,6 +8,7 @@ summary: XML Schema to C++ data binding compiler runtime library
license: other: GPL-2.0-only with Xerces-C++ linking exception and FLOSS exception
topics: C++, XML, XML Schema, XML parser
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/