Commit d59496c
committed
Disable install/installcheck targets in doc/Makefile
Remove inclusion of 'pg_config --pgxs' makefile because it is not
required to create the documentation. This makefile was designed to be
included in top-level extension makefile. Inclusion in the doc/Makefile
results into some unexpected behaviour when using 'install' or 'all' rules.
Remove gmake -C doc install in .travis.yml because this target didn't
do anything. I guess that the installation of the manual should be
implemented in the top-level extension Makefile file, not in the
doc/Makefile.1 parent c5731c9 commit d59496c
2 files changed
+2
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 14 | | |
30 | 15 | | |
31 | 16 | | |
32 | 17 | | |
33 | 18 | | |
34 | 19 | | |
35 | 20 | | |
36 | | - | |
| 21 | + | |
37 | 22 | | |
38 | 23 | | |
39 | 24 | | |
40 | 25 | | |
41 | 26 | | |
42 | | - | |
| 27 | + | |
43 | 28 | | |
44 | 29 | | |
45 | 30 | | |
| |||
0 commit comments