Restore the HACKING file with a redirect notice

Several pages link to the old file and we don't want to break those
links.
This commit is contained in:
Evan Miller 2021-01-20 09:13:30 -05:00
parent 70c1b66278
commit 9904b079bf
2 changed files with 6 additions and 1 deletions

5
HACKING Normal file
View File

@ -0,0 +1,5 @@
The mdbtools HACKING file has moved to HACKING.md in this folder.
Please update your bookmarks to the new location:
https://github.com/mdbtools/mdbtools/blob/master/HACKING.md

View File

@ -3,7 +3,7 @@ SUBDIRS = src include doc
DEFDIR = $(prefix)
EXTRA_DIST = HACKING libmdb.pc.in libmdbsql.pc.in README.md
EXTRA_DIST = HACKING HACKING.md libmdb.pc.in libmdbsql.pc.in README.md
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libmdb.pc libmdbsql.pc