diff options
Diffstat (limited to 'manual/Makefile')
-rw-r--r-- | manual/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile index 8eb4d5b69e..a9e4c3c15c 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -62,7 +62,8 @@ texis: texis.awk $(chapters) $(add-chapters) $(appendices) lgpl.texinfo mv -f $@.T $@ nonexamples = $(filter-out $(add-chapters) %.c.texi, $(texis)) -examples = $(filter %.c.texi, $(texis)) +examples = $(filter-out $(foreach d, $(add-ons), ../$d/%.c.texi), \ + $(filter %.c.texi, $(texis))) # Kludge: implicit rule so Make knows the one command does it all. chapters.% top-menu.%: libc-texinfo.sh $(texis) |