mirror of
https://github.com/NixOS/nix
synced 2025-07-13 17:10:47 +02:00
Manual build fixes
This commit is contained in:
parent
f0ef6b74b9
commit
8259a392da
4 changed files with 15 additions and 15 deletions
|
@ -8,7 +8,7 @@ XSLTPROC = $(xsltproc) --nonet $(xmlflags) \
|
|||
--param callout.graphics.extension \'.gif\' \
|
||||
--param contrib.inline.enabled 0
|
||||
|
||||
MANUAL_SRCS := $(wildcard $(d)/*.xml)
|
||||
MANUAL_SRCS := $(call rwildcard, $(d), *.xml)
|
||||
|
||||
|
||||
# Do XInclude processing / RelaxNG validation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue