aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-20 23:02:03 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-20 23:02:03 +0100
commit0966b68954e3c95e876b6846c04784f9fcd26847 (patch)
tree10ae08ab372d0cd40e6558147ce910da91ef5b6c
parent04745320d651e07cf6c127b6c893289ea0ca6933 (diff)
downloadqpdf-0966b68954e3c95e876b6846c04784f9fcd26847.tar.zst
Remove reference to abuild in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 819f9c4d..655d448f 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,7 @@ QPDF is known to build and pass its test suite with mingw (latest version tested
# Additional Notes on Build
-QPDF's build system, inspired by [abuild](https://www.qbilt.org/abuild), can optionally use its own built-in rules rather than using libtool and obeying the compiler specified with configure. This can be enabled by passing `--with-buildrules=buildrules` where buildrules corresponds to one of the `.mk` files (other than `rules.mk`) in the make directory. This should never be necessary on a UNIX system, but may be necessary on a Windows system. See [README-windows.md](README-windows.md) for details.
+QPDF's build system can optionally use its own built-in rules rather than using libtool and obeying the compiler specified with configure. This can be enabled by passing `--with-buildrules=buildrules` where buildrules corresponds to one of the `.mk` files (other than `rules.mk`) in the make directory. This should never be necessary on a UNIX system, but may be necessary on a Windows system. See [README-windows.md](README-windows.md) for details.
The QPDF package provides some executables and a software library. A user manual can be found in the "doc" directory. The sources to the user manual can be found in the `manual` directory.