Remove generation of PDF API documentation

The gain going from a single header file to a single PDF isn't worth the
complexity of the system required to make that conversion, especially
when it comes to CI systems.
This commit is contained in:
Oliver Hamlet
2016-07-21 19:50:11 +01:00
parent a46c14f251
commit c79a070dee
3 changed files with 0 additions and 2418 deletions
-4
View File
@@ -158,10 +158,6 @@ function createApiArchive(rootPath, binaryPath, tempPath, destPath) {
// Docs.
fs.mkdirsSync(path.join(tempPath, 'docs'));
fs.copySync(
path.join(rootPath, 'docs', 'latex', 'refman.pdf'),
path.join(tempPath, 'docs', 'readme.pdf')
);
fs.copySync(
path.join(rootPath, 'docs', 'licenses'),
path.join(tempPath, 'docs', 'licenses')