aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2005-07-27 22:42:04 +0000
committerdancer <dancer>2005-07-27 22:42:04 +0000
commit9d0a4846c5a92ac3130344aa899913ed3f7ceece (patch)
tree324b06930d9bef93f69f55e5c211a223f4803a35
parent417fe5eb1c122390ca9e9ed41fc3aa2786b24248 (diff)
downloadpbuilder-9d0a4846c5a92ac3130344aa899913ed3f7ceece.tar
pbuilder-9d0a4846c5a92ac3130344aa899913ed3f7ceece.tar.gz
update makefile
-rw-r--r--ChangeLog4
-rw-r--r--Documentation/Makefile3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 94de4d2..334cd30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-28 Junichi Uekawa <dancer@debian.org>
+
+ * Documentation/Makefile (%.html): update make rule to successfully fail on error.
+
2005-07-14 Junichi Uekawa <dancer@debian.org>
* pbuilder-buildpackage: change the use of su, to
diff --git a/Documentation/Makefile b/Documentation/Makefile
index ec7922f..613859a 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -8,7 +8,8 @@
all: pbuilder-doc.html
%.html: %.xml pbuilder-doc.xsl
- xsltproc pbuilder-doc.xsl $< > $@
+ xsltproc pbuilder-doc.xsl $< > $@.tmp
+ mv $@.tmp $@
# for my homepage-publishing.
release-netfort: pbuilder-doc.html pbuilder-doc.xml pbuilder-doc.css pbuilder-doc.xsl