Allowing Xinclude by default
This commit is contained in:
parent
683d11ef1a
commit
798e466535
@ -31,7 +31,7 @@ DEBUG="_debug"
|
||||
INSTALL="install -m 0644"
|
||||
MKDIR="mkdir -p"
|
||||
RM="rm -f"
|
||||
XSLTPROC="xsltproc --nonet"
|
||||
XSLTPROC="xsltproc --nonet --xinclude"
|
||||
|
||||
|
||||
#functions
|
||||
|
@ -31,7 +31,7 @@ DEBUG="_debug"
|
||||
INSTALL="install -m 0644"
|
||||
MKDIR="mkdir -p"
|
||||
RM="rm -f"
|
||||
XSLTPROC="xsltproc --nonet"
|
||||
XSLTPROC="xsltproc --nonet --xinclude"
|
||||
|
||||
|
||||
#functions
|
||||
|
Loading…
Reference in New Issue
Block a user