Make third fix for id.png when srcdir=dstdir
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 26 May 2006 20:51:20 +0000 (20:51 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 26 May 2006 20:51:20 +0000 (20:51 +0000)
doc/Makefile.am

index 168ecbb..f792ae2 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.20 2006-05-26 20:47:28 adam Exp $
+## $Id: Makefile.am,v 1.21 2006-05-26 20:51:20 adam Exp $
 docdir=$(datadir)/doc/@PACKAGE@
 
 SUBDIRS = common
@@ -61,7 +61,7 @@ $(HTMLFILES): $(XMLFILES) multi.png
 
 metaproxy.pdf: $(XMLFILES) multi.pdf
        for i in $(PNGFILES) common/id.png multi.pdf; do \
-               if test ! -f $$i; then ln -s $(srcdir)/$$i $$i; fi; \
+               if test ! -f $$i; then cp $(srcdir)/$$i $$i; fi; \
        done
        jade -E14 -D $(srcdir) -d common/print.dsl -t tex $(srcdir)/common/xml.dcl $(MAINXML)
        rm -f metaproxy.tex