Skip to content

Commit 7074313

Browse files
jviottiRelequestual
authored andcommitted
Allow the XML2RFC GNU Make variable to be overridden by the caller
It is a best practice to allow callers to override the value of these program variables. For example, with this chance, you can do: ```sh make XML2RFC=/opt/bin/xml2rfc ``` See: https://www.gnu.org/software/make/manual/make.html#Command-Variables Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent b959f33 commit 7074313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
XML2RFC=xml2rfc
1+
XML2RFC ?= xml2rfc
22

33
OUT = \
44
jsonschema-core.html jsonschema-core.txt \

0 commit comments

Comments
 (0)