summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-09-27 08:04:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-09-27 08:04:00 +0200
commitb10d7d4756da7577888817f6dae79981152ab528 (patch)
treea030e092b63635a6b26fb8cef5dc8b0d23a51e20
parent65723863f3a558dbc95d6f5530ef679d47179610 (diff)
Merge libxsd/README-GIT into README.md
-rw-r--r--README.md8
-rw-r--r--libxsd/README-GIT4
2 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index aa2908a..bd17682 100644
--- a/README.md
+++ b/README.md
@@ -43,3 +43,11 @@ bdep init @install -d xsd
b install: ../xsd-install/xsd/
```
+
+The checked out `libxsd/xsd/cxx/version.hxx` will be overwritten during the
+in-source build but these changes must be ignored. To do this automatically,
+run:
+
+```
+git update-index --assume-unchanged libxsd/xsd/cxx/version.hxx
+```
diff --git a/libxsd/README-GIT b/libxsd/README-GIT
deleted file mode 100644
index bbc5b4c..0000000
--- a/libxsd/README-GIT
+++ /dev/null
@@ -1,4 +0,0 @@
-The checked out xsd/cxx/version.hxx will be overwritten during the build
-process but these changes should be ignored. To do this automatically, run:
-
-git update-index --assume-unchanged xsd/cxx/version.hxx