mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Don't use ?=
This commit is contained in:
parent
40e1203abc
commit
a144eb1415
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ XSLTPROC = $(xsltproc) --nonet $(xmlflags) \
|
|||
--param contrib.inline.enabled 0 \
|
||||
--stringparam generate.toc "book toc"
|
||||
|
||||
docbookxsl ?= http://docbook.sourceforge.net/release/xsl-ns/1.78.1
|
||||
docbookrng ?= http://docbook.org/xml/5.0/rng/docbook.rng
|
||||
docbookxsl = http://docbook.sourceforge.net/release/xsl-ns/1.78.1
|
||||
docbookrng = http://docbook.org/xml/5.0/rng/docbook.rng
|
||||
|
||||
MANUAL_SRCS := $(call rwildcard, $(d), *.xml)
|
||||
|
||||
|
|
Loading…
Reference in a new issue