monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: b7f2dd77442f00ab7c82f2e716


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: b7f2dd77442f00ab7c82f2e716ded44387798d8d
Date: Tue, 15 Mar 2011 23:12:55 +0100 (CET)

revision:            b7f2dd77442f00ab7c82f2e716ded44387798d8d
date:                2011-03-15T21:49:38
author:              address@hidden
branch:              net.venge.monotone
changelog:
* doc/Makefile.am: workaround for Mingw configure bug in abs_builddir

* notes/release-checklist.txt: fix spelling of win32-installer

manifest:
format_version "1"

new_manifest [47e69180df176fd5dd1562cc3816f5a394dff568]

old_revision [2b305b8844c5c3e66f21f5e0fd6c7dcb70748327]

patch "doc/Makefile.am"
 from [dcc8331723e96245ccf9788fef5c02946580031e]
   to [1b40f22318a63b321089da309cfe7c2cfdd1ccc2]

patch "notes/release-checklist.txt"
 from [92f7dfb621c422ab7264d92ab6d1608af1ce4668]
   to [c3c10335bd59b3ec013a4ebe3ac5a4fa108d6376]
============================================================
--- notes/release-checklist.txt	92f7dfb621c422ab7264d92ab6d1608af1ce4668
+++ notes/release-checklist.txt	c3c10335bd59b3ec013a4ebe3ac5a4fa108d6376
@@ -19,7 +19,7 @@
 
     Unix : doc/monotone.pdf doc/monotone.ps distcheck dist distclean
 
-    Win32: win32_installer
+    Win32: win32-installer
 
 
 2) Write user-readable release notes at the top of the NEWS file,
============================================================
--- doc/Makefile.am	dcc8331723e96245ccf9788fef5c02946580031e
+++ doc/Makefile.am	1b40f22318a63b321089da309cfe7c2cfdd1ccc2
@@ -36,10 +36,10 @@ EPS_FIGURES=$(PDF_FIGURES:.pdf=.eps)
 EPS_FIGURES=$(PDF_FIGURES:.pdf=.eps)
 
 # See the rules further down that does the work.
-PDF_FIGURES_copied = $(addprefix $(abs_builddir)/,$(PDF_FIGURES))
-PNG_FIGURES_copied = $(addprefix $(abs_builddir)/,$(PNG_FIGURES))
-PNG_IMAGES_copied = $(addprefix $(abs_builddir)/,$(PNG_IMAGES))
-HTML_EXTRA_copied = $(addprefix $(abs_builddir)/,$(HTML_EXTRA))
+PDF_FIGURES_copied = $(addprefix $(fix_abs_builddir)/,$(PDF_FIGURES))
+PNG_FIGURES_copied = $(addprefix $(fix_abs_builddir)/,$(PNG_FIGURES))
+PNG_IMAGES_copied = $(addprefix $(fix_abs_builddir)/,$(PNG_IMAGES))
+HTML_EXTRA_copied = $(addprefix $(fix_abs_builddir)/,$(HTML_EXTRA))
 
 TEXI_FRAGMENTS = pcrepattern.texi pcresyntax.texi
 
@@ -66,19 +66,19 @@ figures/%.ps: figures/%.pdf
 	$(MKDIR_P) figures
 	pdftops $< $@
 
-$(abs_builddir)/figures/%.pdf: figures/%.pdf
+$(fix_abs_builddir)/figures/%.pdf: figures/%.pdf
 	$(MKDIR_P) figures
 	cmp -s $< $@ || cp $< $@
 
-$(abs_builddir)/figures/%.png: figures/%.png
+$(fix_abs_builddir)/figures/%.png: figures/%.png
 	$(MKDIR_P) figures
 	cmp -s $< $@ || cp $< $@
 
-$(abs_builddir)/images/%.png: images/%.png
+$(fix_abs_builddir)/images/%.png: images/%.png
 	$(MKDIR_P) images
 	cmp -s $< $@ || cp $< $@
 
-$(abs_builddir)/texinfo.css: texinfo.css
+$(fix_abs_builddir)/texinfo.css: texinfo.css
 	cmp -s $< $@ || cp $< $@
 
 # Stealing code from automake and adapting, we want a HTML file tree as well

reply via email to

[Prev in Thread] Current Thread [Next in Thread]