summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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