Allowing Xinclude by default

This commit is contained in:
Pierre Pronchery 2012-05-17 22:17:56 +00:00
parent 683d11ef1a
commit 798e466535
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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