From 6c0926d29d9324d1b7d8937b5dffdfe7a8e99d9e Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 7 Jan 2013 03:30:28 +0100 Subject: [PATCH] Code cleanup --- doc/docbook.sh | 1 + doc/scripts/docbook.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/docbook.sh b/doc/docbook.sh index 29dbc6d..a9d498c 100755 --- a/doc/docbook.sh +++ b/doc/docbook.sh @@ -27,6 +27,7 @@ #variables PREFIX="/usr/local" . "../config.sh" +#executables DEBUG="_debug" INSTALL="install -m 0644" MKDIR="mkdir -m 0755 -p" diff --git a/doc/scripts/docbook.sh b/doc/scripts/docbook.sh index 29dbc6d..a9d498c 100755 --- a/doc/scripts/docbook.sh +++ b/doc/scripts/docbook.sh @@ -27,6 +27,7 @@ #variables PREFIX="/usr/local" . "../config.sh" +#executables DEBUG="_debug" INSTALL="install -m 0644" MKDIR="mkdir -m 0755 -p"