diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-30 10:59:39 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-01 00:04:14 +0200 |
commit | 5ff1d6955496b3cf9a35042c9ac35db43bc336b1 (patch) | |
tree | 6d470f7eb448f59f53e8df1010aec9dad8ce1f72 /extract/README | |
parent | Import Ghostscript 9.53.1 (diff) | |
download | ghostscript-gpl-patches-5ff1d6955496b3cf9a35042c9ac35db43bc336b1.tar.gz ghostscript-gpl-patches-5ff1d6955496b3cf9a35042c9ac35db43bc336b1.tar.bz2 ghostscript-gpl-patches-5ff1d6955496b3cf9a35042c9ac35db43bc336b1.zip |
Import Ghostscript 9.54ghostscript-9.54
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'extract/README')
-rw-r--r-- | extract/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extract/README b/extract/README new file mode 100644 index 00000000..5917f045 --- /dev/null +++ b/extract/README @@ -0,0 +1,12 @@ +Directory tree: + + Makefile Builds and runs tests. + include/ Public API. + src/ Scripts, C implementattion and internal headers. + build/ Generated object files, executables etc. + test/ Test files. + generated/ Files generated by tests. + +Build and run tests with: + make + |