[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Monotone-devel] Re: [Monotone-commits-diffs] net.venge.monotone.source-
From: |
Richard Levitte |
Subject: |
[Monotone-devel] Re: [Monotone-commits-diffs] net.venge.monotone.source-tree-cleanup: d54c8c17eeebbe7dd6bb30d4d10996db79de24f2 |
Date: |
Mon, 31 Jan 2011 06:48:05 +0100 (CET) |
Stephen, with regards to this change, I'd like to know the background
for this:
* Makefile.am (doc_monotone_TEXINFOS): move copy-html-deps
copy-pdf-deps out of this; they must be files in the 'dist'
target. Also delete $(EPS_FIGURES); doesn't work on Win32, not
needed anyway
Most especially, I'd like to know how having $(EPS_FIGURES) in
$(doc_monotone_TEXINFOS) doesn't work on Win32.
Not having $(EPS_FIGURES) in $(doc_monotone_TEXINFOS) doesn't work
when trying to produce doc/monotone.dvi (which is needed to create
doc/monotone.ps). The optimal thing would of course be if we could
have a line like this to express extra dependencies:
doc/monotone.dvi: $(EPS_FIGURES)
Unfortunately, automake takes this as an override and will refuse to
generate a doc/monotone.dvi of its own...
In message <address@hidden> on Fri, 28 Jan 2011 12:09:11 GMT, address@hidden
said:
code> revision: d54c8c17eeebbe7dd6bb30d4d10996db79de24f2
code> date: 2011-01-28T11:56:05
code> author: address@hidden
code> branch: net.venge.monotone.source-tree-cleanup
code> changelog:
code> Clean up Makefile.am for dist, win32
code>
code> * Makefile.am (doc_monotone_TEXINFOS): move copy-html-deps copy-pdf-deps
out of this; they must be files in the 'dist' target. Also delete
$(EPS_FIGURES); doesn't work on Win32, not needed anyway
code> (EXTRA_DIST): renamed win32/README
code> (doc/figures/%.ps): improve dependency chain, move copy-pdf-deps here
code> (doc/html): move copy-html-deps here
code> (dist-hook): add copy-html-deps copy-pdf-deps here
code>
code>
code> manifest:
code> format_version "1"
code>
code> new_manifest [82acd2ae8a0f450ece4ab4a36cebe4b886128c44]
code>
code> old_revision [3627249c28749684bf092c5f1eaa5fa6788c94b1]
code>
code> patch "Makefile.am"
code> from [cfc006c165b6e3eb214d4c176ce9217fafe69265]
code> to [6d33b4f8c99a9898ee999417e5e6141d0b46f2a4]
--
Richard Levitte address@hidden
http://richard.levitte.org/
"Life is a tremendous celebration - and I'm invited!"
-- from a friend's blog, translated from Swedish
- [Monotone-devel] Re: [Monotone-commits-diffs] net.venge.monotone.source-tree-cleanup: d54c8c17eeebbe7dd6bb30d4d10996db79de24f2,
Richard Levitte <=