mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user