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