mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-01-09 22:36:17 +00:00
build: fix man3 pages not installed
Issue with original version of the patch spotted by Chrissie (thanks).
This commit is contained in:
parent
91fd29f077
commit
4df20fbb53
@ -31,11 +31,11 @@ dependent_headers = $(subst $(inc_dir),,$(shell \
|
||||
|| echo $(inc_dir)/qb*.h))
|
||||
dependent_headers_omit = qbconfig.h
|
||||
|
||||
dist_man_MANS += $(patsubst %,man3/%.3,$(filter-out \
|
||||
dist_man3_MANS = $(patsubst %,man3/%.3,$(filter-out \
|
||||
$(dependent_headers_omit),$(dependent_headers) \
|
||||
))
|
||||
|
||||
$(dist_man_MANS): man.dox $(dependent_headers:%=$(inc_dir)/%)
|
||||
$(dist_man3_MANS): man.dox $(dependent_headers:%=$(inc_dir)/%)
|
||||
mkdir -p man3
|
||||
doxygen man.dox
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user