mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-01-06 02:00:13 +01:00
* scripts/make_distribution_archives.py: New file. This standalone Python script should be equivalent to running `make dist` with the Make-based build system, with the following minor differences: - Since `make distclean` doesn't always clean up `objs/` properly, `make dist` archives may contain some stale binaries like `objs/.libs/libfreetype.so.6` or others. - `config.guess` and `config.sub` are not updated unless option `--gnu-config-dir=DIR` is used to specify the location of these files. - Some bits of the auto-generated reference documentation may appear in slightly different order, probably due to issues related to mkdocs and docwriter. As an example, the call scripts/make_distribution_archives.py /tmp/freetype2-dist creates the following files under `/tmp/freetype2-dist`: freetype-<version>.tar.gz freetype-<version>.tar.xz ft<winversion>.zip |
||
|---|---|---|
| .. | ||
| extract_freetype_version.py | ||
| extract_libtool_version.py | ||
| generate_reference_docs.py | ||
| make_distribution_archives.py | ||
| parse_modules_cfg.py | ||
| process_ftoption_h.py | ||