From: Adam Dickmeiss Date: Wed, 26 Apr 2006 11:08:41 +0000 (+0000) Subject: Copy files rather than symlink X-Git-Tag: before.bug.529~158 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=38b4afcb715d0416c75e6f6262bdddbb90832954 Copy files rather than symlink --- 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