From ac226e010e4622f8e5e9417faa474385623e739b Mon Sep 17 00:00:00 2001 From: Michael Gran Date: Sun, 10 Jan 2021 16:27:25 -0800 Subject: [PATCH] remove mention of INSTALL --- Makefile.am | 1 - README | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index b52bb7d..303fe70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -153,7 +153,6 @@ CLEANFILES = \ EXTRA_DIST = \ AUTHORS \ - INSTALL \ NEWS \ README \ COPYING \ diff --git a/README b/README index 4c298f7..826d338 100644 --- a/README +++ b/README @@ -7,8 +7,7 @@ you'll need to run 'autoreconf -vi'. There is a 'bootstrap' script but it is just a call to autoreconf This is an autotools build, so usually building is a "./configure && -make && make install" sort of thing. For the boilerplate information -on how to install a GNU package from source, check INSTALL. +make && make install" sort of thing. For information on how to use it, there is a manual in the doc/ directory.