Skip to content

Commit

Permalink
build: header-based man pages: include also qbdefs.h+qbrb.h
Browse files Browse the repository at this point in the history
No reason not to do that.  Situation with qbconfig.h is a bit more
complicated as this file gets generated from .in file and there is
currently no reliable inter-dir/makefile (siblings) targets
dependency tracking in place, AFAICT.
  • Loading branch information
jnpkrn committed Feb 18, 2016
1 parent cf1588c commit 792c34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependent_headers = $(subst $(inc_dir),,$(shell \
printf 'include $(inc_dir)/Makefile.am\n\n%%.var:\n\t@echo $$($$*)' \
| ${MAKE} --no-print-directory -f - inst_HEADERS.var \
|| echo $(inc_dir)/qb*.h))
dependent_headers_omit = qbconfig.h qbdefs.h qbrb.h
dependent_headers_omit = qbconfig.h

dist_man_MANS += $(patsubst %,man3/%.3,$(filter-out \
$(dependent_headers_omit),$(dependent_headers) \
Expand Down

0 comments on commit 792c34b

Please sign in to comment.