Added doc/zisofs2_format.txt to EXTRA_DIST

This commit is contained in:
2020-10-29 09:16:58 +01:00
parent 9605bbe748
commit 8d70c75d4a
3 changed files with 4 additions and 1 deletions

View File

@ -953,6 +953,7 @@ int pseudo_susp_add_PAD(Ecma119Image *t, struct susp_info *susp)
/**
* see doc/zisofs_format.txt : "ZF System Use Entry Format"
* see doc/zisofs2_format.txt : "ZF System Use Entry Format", "Z2 ..."
*/
static
int zisofs_add_ZF(Ecma119Image *t, struct susp_info *susp, int to_ce,

View File

@ -617,7 +617,8 @@ int read_aaip_AL(struct susp_sys_user_entry *sue,
}
/**
* Reads the zisofs parameters from a ZF field (see doc/zisofs_format.txt).
* Reads the zisofs parameters from a ZF field (see doc/zisofs_format.txt
* and doc/zisofs2_format.txt).
*
* @return
* 1 on success, < 0 on error