cspiel <[email protected]> wrote:
> Hello Everybody!

>        Today we announce the third release
> candidate (RC3) for Enblend/Enfuse version 4.0.
[...]

The installation logic for the png-files in the html-local target is
broken, I think this should fix it:

---------------------------------------
--- doc/Makefile.am.orig        2009-11-09 11:21:42.000000000 +0100
+++ doc/Makefile.am     2009-12-06 11:17:45.000000000 +0100
@@ -68,11 +68,17 @@ MAINTAINERCLEANFILES = enblend.info enfu
 html-local:
        test -d enblend.html && \
             for i in $(enblend_TEXINFOS); do \
-              test -f $${i%.png}.png && cp $$i enblend.html; \
+             j=$${i%.gp.in}.png ; \
+              test -f $$j && cp $$j enblend.html; \
+             j=$${i%.fig}.png ; \
+              test -f $$j && cp $$j enblend.html; \
             done; true
        test -d enfuse.html && \
             for i in $(enfuse_TEXINFOS); do \
-              test -f $${i%.png}.png && cp $$i enfuse.html; \
+             j=$${i%.gp.in}.png ; \
+              test -f $$j && cp $$j enfuse.html; \
+             j=$${i%.fig}.png ; \
+              test -f $$j && cp $$j enfuse.html; \
             done; true
 
 .PHONY: clean-local
---------------------------------------

cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'

-- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx

Reply via email to