Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2008-11-20 06:45:37 +0300
committerRaja R Harinath <harinath@hurrynot.org>2008-11-20 06:45:37 +0300
commitf76dcea8839d771ec4b6dd6635982fbbf36ef4c1 (patch)
tree12ed3541792962bdf8dd878797171726c546b653 /docs/ChangeLog
parentb28c8ab4251326368b2b2d859d477df28d7b211f (diff)
Remove unnecessary rebuilds of the html directory
* docs.make (monoapi.zip): Make slightly more unforgiving, by using '&&' instead of ';' to sequence commands. (mono-tools.zip, mono-file-formats.zip): Likewise. * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip): Likewise. (convert.exe): Don't depend on Makefile.am or docs.make. svn path=/trunk/mono/; revision=119413
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 6670e71250c..bb1a5b5537a 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -1,3 +1,13 @@
+2008-11-20 Raja R Harinath <harinath@hurrynot.org>
+
+ Remove unnecessary rebuilds of the html directory
+ * docs.make (monoapi.zip): Make slightly more unforgiving, by
+ using '&&' instead of ';' to sequence commands.
+ (mono-tools.zip, mono-file-formats.zip): Likewise.
+ * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip):
+ Likewise.
+ (convert.exe): Don't depend on Makefile.am or docs.make.
+
2008-11-19 Raja R Harinath <harinath@hurrynot.org>
Fix srcdir != builddir, and add idiom for multi-output commands