From 0966b68954e3c95e876b6846c04784f9fcd26847 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 20 Dec 2021 17:02:03 -0500 Subject: Remove reference to abuild in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3-54-g00ecf