- Notifications
You must be signed in to change notification settings - Fork5k
Commitc330b75
committed
Dynamically find correct installation docs in Makefile.
The base Makefile will output help to the user when invoking make inan unconfigured tree, the help was however always referring to a filewhich may not be present as it's only in tarballs. Dynamically checkfor the presence of the INSTALL file and fall back on README.git whenit's not available (which is the case of Git checkouts).Reported-by: Tim McNamara <tim@mcnamara.nz>Reviewed-by: Magnus Hagander <magnus@hagander.net>Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/730dae39-abaa-4140-893b-95d732fed003@www.fastmail.com1 parent0f47e83 commitc330b75
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 |
| |
21 |
| - | |
| 26 | + | |
| 27 | + | |
22 | 28 |
| |
23 | 29 |
| |
24 | 30 |
| |
|
0 commit comments
Comments
(0)