Move API header into include directory.

It's a more standard location. Also add a note in the API docs about
masterlist versioning.
This commit is contained in:
Oliver Hamlet
2015-10-26 07:50:34 +00:00
parent ca7ffba08f
commit bee7e788a2
7 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ function createApiArchive(dest_path) {
// API header file.
fs.mkdirsSync(path.join(temp_path, 'include', 'loot'));
fs.copySync(
path.join(root_path, 'src', 'api', 'api.h'),
path.join(root_path, 'include', 'loot', 'api.h'),
path.join(temp_path, 'include', 'loot', 'api.h')
);