From 120f1fdd47ee108b9ea817ed774f3822fc0914ac Mon Sep 17 00:00:00 2001 From: Gert van den Berg Date: Thu, 12 Jan 2012 21:04:13 +0200 Subject: [PATCH] Make Makefile and README consistent with INSTALL --- Makefile | 6 ++++-- README.markdown | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cc744a7..0262718 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,10 @@ # getprogname # -version= $(shell sh get-version.sh) -debversion= $(shell sh get-version.sh | sed -Ee 's/^v//;s/[.]([[:digit:]]+)[.](g[[:xdigit:]]+)$$/+\1+\2/') +SH?= sh + +version= $(shell ${SH} get-version.sh) +debversion= $(shell ${SH} get-version.sh | sed -Ee 's/^v//;s/[.]([[:digit:]]+)[.](g[[:xdigit:]]+)$$/+\1+\2/') CC?= gcc CFLAGS?= -O -pipe diff --git a/README.markdown b/README.markdown index 528a4d6..13ff20c 100644 --- a/README.markdown +++ b/README.markdown @@ -23,6 +23,8 @@ Installation make install sendmail-link mailq-link install-spool-dirs install-etc +See INSTALL for requirements and configuration options. + Contact ------- -- 2.47.3