summaryrefslogtreecommitdiff
path: root/os400
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2017-11-12 20:06:21 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2017-11-27 13:42:30 +0100
commitc1002101f7e5b5194af50e6d2be38c96054dfef2 (patch)
tree96c8260b72fb20abebf5eaedfb01a3716729759c /os400
parentb21895717debfc513640463371e76d2d16051491 (diff)
downloadlibxml2-c1002101f7e5b5194af50e6d2be38c96054dfef2.tar.gz
Update information about contributing
The contents of the HACKING file were hopelessly outdated. Remove the file and start with a CONTRIBUTING document.
Diffstat (limited to 'os400')
-rw-r--r--os400/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os400/make.sh b/os400/make.sh
index 95a35a28..860365eb 100644
--- a/os400/make.sh
+++ b/os400/make.sh
@@ -34,7 +34,7 @@ fi
# Copy some documentation files if needed.
for TEXT in "${TOPDIR}/AUTHORS" "${TOPDIR}/ChangeLog" \
- "${TOPDIR}/Copyright" "${TOPDIR}/HACKING" "${TOPDIR}/README" \
+ "${TOPDIR}/Copyright" "${TOPDIR}/CONTRIBUTING" "${TOPDIR}/README" \
"${TOPDIR}/MAINTAINERS" "${TOPDIR}/NEWS" "${TOPDIR}/TODO" \
"${TOPDIR}/TODO_SCHEMAS" "${TOPDIR}/os400/README400"
do if [ -f "${TEXT}" ]