Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 <jv@jviotti.com>
1 parent b959f33 commit 7074313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Makefile‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /