From 73fe3421f1ecbdc83600d5acfc643c33dbb9a0f2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 1 Dec 2019 10:50:19 +0000 Subject: build: support doc generation w/o GNU make We can replace the GNU-isms for building docs with Perl5 equivalents. The only downside is the resulting Makefile gets larger, but that's the price of portability. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 4d54e6a0..a6ca7772 100644 --- a/INSTALL +++ b/INSTALL @@ -185,7 +185,7 @@ Once the dependencies are installed, you should be able to build and install the system (into /usr/local) with: perl Makefile.PL - make # GNU make is preferred, `gmake' on BSD systems + make make test make install # root permissions may be needed -- cgit v1.2.3-24-ge0c7