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: 79a8d2f7ea988ef4198bd776da


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 79a8d2f7ea988ef4198bd776da66cf4a7bf843d5
Date: Wed, 16 Mar 2011 08:29:15 +0100 (CET)

revision:            79a8d2f7ea988ef4198bd776da66cf4a7bf843d5
date:                2011-03-16T07:24:20
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone
changelog:
* doc/Makefile.am (fix_abs_builddir): Since this is used in this
  Makefile.am as well, we need to define it here too.

manifest:
format_version "1"

new_manifest [bf5e6bd3e52fce515476e9154712c8142532f730]

old_revision [8a74ea90e4b85a9ce863ba8c3ea9e50a5402795a]

patch "doc/Makefile.am"
 from [1b40f22318a63b321089da309cfe7c2cfdd1ccc2]
   to [22cc36ab720cbb36025ad091d1f7445baa756653]
============================================================
--- doc/Makefile.am	1b40f22318a63b321089da309cfe7c2cfdd1ccc2
+++ doc/Makefile.am	22cc36ab720cbb36025ad091d1f7445baa756653
@@ -35,6 +35,19 @@ EPS_FIGURES=$(PDF_FIGURES:.pdf=.eps)
 PNG_FIGURES=$(PDF_FIGURES:.pdf=.png)
 EPS_FIGURES=$(PDF_FIGURES:.pdf=.eps)
 
+# Copied from the main Makefile.am
+if WIN32_PLATFORM
+  # Msys configure produces c:/ syntax for absolute paths, but Msys
+  # bash requires /c/ syntax. Fix that here. This fails if current
+  # drive is not c, but that just means checktest won't be found, and
+  # the network sync tests not run.
+  fix_abs_builddir := $(subst c:,/c,$(abs_builddir))
+else
+  # Cygwin configure also produces c:/ syntax, but that works for
+  # Cygwin bash
+  fix_abs_builddir := $(abs_builddir)
+endif
+
 # See the rules further down that does the work.
 PDF_FIGURES_copied = $(addprefix $(fix_abs_builddir)/,$(PDF_FIGURES))
 PNG_FIGURES_copied = $(addprefix $(fix_abs_builddir)/,$(PNG_FIGURES))

reply via email to

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