X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=cf65b04417b01ff04a923d57ce6546ffd1ecf6fe;hb=38b4afcb715d0416c75e6f6262bdddbb90832954;hp=125c895070d7c41fe83c0f268a1bd294f2c555fc;hpb=f328ca1d21fe410bb3c9ecb43879da1669888075;p=idzebra-moved-to-github.git 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