Added doc/zisofs2_format.txt to EXTRA_DIST

Este commit está contenido en:
Thomas Schmitt 2020-10-29 09:16:58 +01:00
padre 9605bbe748
commit 8d70c75d4a
Se han modificado 3 ficheros con 4 adiciones y 1 borrados

Ver fichero

@ -285,6 +285,7 @@ EXTRA_DIST = \
doc/susp_aaip_2_0.txt \
doc/susp_aaip_isofs_names.txt \
doc/zisofs_format.txt \
doc/zisofs2_format.txt \
doc/checksums.txt \
doc/boot_sectors.txt \
libisofs/libisofs.ver \

Ver fichero

@ -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,

Ver fichero

@ -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