Commit 0966b68954e3c95e876b6846c04784f9fcd26847

Authored by Jay Berkenbilt
1 parent 04745320

Remove reference to abuild in README

Showing 1 changed file with 1 additions and 1 deletions
README.md
... ... @@ -103,7 +103,7 @@ QPDF is known to build and pass its test suite with mingw (latest version tested
103 103  
104 104 # Additional Notes on Build
105 105  
106   -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.
  106 +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.
107 107  
108 108 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.
109 109  
... ...