[nautilus-actions] run-distcheck.sh: make sure that the document wil be rebuilt
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] run-distcheck.sh: make sure that the document wil be rebuilt
- Date: Sat, 3 Dec 2011 23:03:20 +0000 (UTC)
commit 62f0e68a2d02978b1de1159c844dfaea64f2fc93
Author: Pierre Wieser <pwieser trychlos org>
Date: Sat Dec 3 23:59:08 2011 +0100
run-distcheck.sh: make sure that the document wil be rebuilt
ChangeLog | 2 ++
run-distcheck.sh | 10 ++++++++--
2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 202c610..feed1f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-12-03 Pierre Wieser <pwieser trychlos org>
+ * run-distcheck.sh: Make sure that the document wil be rebuilt.
+
* m4/na-enable-manuals.m4:
Fix the test as possible values are 'gdt', 'db2html' and 'no.
diff --git a/run-distcheck.sh b/run-distcheck.sh
index fc26d8d..db6f21c 100755
--- a/run-distcheck.sh
+++ b/run-distcheck.sh
@@ -1,8 +1,14 @@
#!/bin/sh
srcdir=$(cd ${0%/*}; pwd)
+builddir="_build"
+
+rm -fr ${builddir}
+rm -fr _install
+find docs/nact -type f -name '*.html' -o -name '*.pdf' | xargs rm -f
+find docs/nact -type d -name 'stylesheet-images' -o -name 'admon' | xargs rm -fr
target=doc ${srcdir}/run-autogen.sh &&
${srcdir}/tools/check-po.sh -nodummy &&
- ${srcdir}/tools/check-headers.sh -nodummy &&
- make -C _build distcheck
+ ${srcdir}/tools/check-headers.sh -nodummy -builddir=${builddir} &&
+ make -C ${builddir} distcheck
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]