Skip to content

Commit

Permalink
build: fix "dependant" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jnpkrn committed Feb 18, 2016
1 parent c36a009 commit cabe021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ noinst_HEADERS = mainpage.h
dist_man_MANS = man8/qb-blackbox.8
if HAVE_DOXYGEN
inc_dir = $(top_srcdir)/include/qb
dependant_headers = $(wildcard $(inc_dir)/qb*.h)
dependent_headers = $(wildcard $(inc_dir)/qb*.h)
dist_man_MANS += man3/qbipcc.h.3 man3/qbipcs.h.3 man3/qbatomic.h.3 \
man3/qbhdb.h.3 man3/qbipc_common.h.3 man3/qblist.h.3 \
man3/qbloop.h.3 man3/qbutil.h.3 man3/qbarray.h.3 \
man3/qblog.h.3 man3/qbmap.h.3


$(dist_man_MANS): man.dox $(dependant_headers)
$(dist_man_MANS): man.dox $(dependent_headers)
mkdir -p man3
doxygen man.dox

Expand Down

0 comments on commit cabe021

Please sign in to comment.