From 38b4afcb715d0416c75e6f6262bdddbb90832954 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 26 Apr 2006 11:08:41 +0000 Subject: [PATCH] Copy files rather than symlink --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 125c895..cf65b04 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.43 2006-04-20 11:08:55 adam Exp $ +## $Id: Makefile.am,v 1.44 2006-04-26 11:08:41 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -99,7 +99,7 @@ $(HTMLFILES): $(XMLFILES) zebra.pdf: $(XMLFILES) for i in $(PNGFILES); do \ - if test ! -f $$i; then ln -s $(srcdir)/$$i .; fi; \ + if test ! -f $$i; then cp $(srcdir)/$$i .; fi; \ done jade -E14 -D $(srcdir) -d common/print.dsl -t tex $(srcdir)/common/xml.dcl zebra.xml pdfjadetex zebra.tex >/dev/null -- 1.7.10.4