search for: 30d4603

Displaying 2 results from an estimated 2 matches for "30d4603".

2019 Aug 14
0
[libnbd PATCH 2/2] docs: Drop docs/Makefile.inc from git
...akefile.am | 5 ++- docs/Makefile.inc | 98 --------------------------------------------- generator/generator | 7 ++-- .gitignore | 1 + 4 files changed, 9 insertions(+), 102 deletions(-) delete mode 100644 docs/Makefile.inc diff --git a/docs/Makefile.am b/docs/Makefile.am index 30d4603..30a972d 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -19,7 +19,10 @@ include $(top_srcdir)/subdir-rules.mk api_built= -include $(srcdir)/Makefile.inc +# Our use of sinclude to bypass Automake is intentional; this file won't +# exist in a fresh git checkout until after the generat...
2019 Aug 14
3
[libnbd PATCH 0/2] Drop generated file from git
Rich recently patched things to generate one man page per function rather than libnbd-api.3 (nice), but in doing so got stumped by a problem with a fresh git clone (automake fails for any 'include' directive that does not already exist). I've figured out how to hack around it, but the hack requires GNU make. We already use GNU make constructs elsewhere (such as $(wildcard)), but