|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Index: Makefile.in
|
|
|
|
|
--- Makefile.in.orig 2007-10-11 19:39:28 +0200
|
|
|
|
|
+++ Makefile.in 2007-10-12 08:42:01 +0200
|
|
|
|
|
@@ -34,8 +34,8 @@
|
|
|
|
|
--- Makefile.in.orig 2008-10-06 12:16:51 +0200
|
|
|
|
|
+++ Makefile.in 2008-10-06 18:59:12 +0200
|
|
|
|
|
@@ -38,8 +38,8 @@
|
|
|
|
|
OPTS = $(DEFS) $(CFLAGS)
|
|
|
|
|
INCL = -I . @INCL@
|
|
|
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ Index: Makefile.in
|
|
|
|
|
MAKEDEPEND = $(OPTS) -O0 -M -DDEPEND
|
|
|
|
|
BISON = bison
|
|
|
|
|
LEX = @LEX@
|
|
|
|
|
@@ -117,16 +117,16 @@
|
|
|
|
|
@@ -145,16 +145,16 @@
|
|
|
|
|
|
|
|
|
|
install: install-asy install-man
|
|
|
|
|
|
|
|
|
|
@ -29,14 +29,14 @@ Index: Makefile.in
|
|
|
|
|
${INSTALL} -p -m 755 GUI/*.py $(GUIdir)
|
|
|
|
|
- ln -sf @datadir@/asymptote/GUI/xasy.py $(bindir)/$(XNAME)
|
|
|
|
|
+ ln $(datadir)/asymptote/GUI/xasy.py $(bindir)/$(XNAME)
|
|
|
|
|
${INSTALL} -p -m 644 examples/*.asy examples/piicon.eps doc/*.asy \
|
|
|
|
|
doc/extra/*.asy doc/*.csv doc/*.dat doc/latexusage.tex $(exampledir)
|
|
|
|
|
${INSTALL} -p -m 644 examples/animations/*.asy $(animationsdir)
|
|
|
|
|
${INSTALL} -p -m 644 examples/*.asy examples/piicon.eps doc/pixel.pdf \
|
|
|
|
|
doc/*.asy doc/extra/*.asy doc/*.csv doc/*.dat doc/latexusage.tex \
|
|
|
|
|
$(exampledir)
|
|
|
|
|
Index: doc/Makefile
|
|
|
|
|
--- doc/Makefile.orig 2007-10-11 19:40:04 +0200
|
|
|
|
|
+++ doc/Makefile 2007-10-12 08:36:21 +0200
|
|
|
|
|
--- doc/Makefile.orig 2008-10-06 12:23:49 +0200
|
|
|
|
|
+++ doc/Makefile 2008-10-06 18:58:06 +0200
|
|
|
|
|
@@ -4,10 +4,10 @@
|
|
|
|
|
ASY = ../asy -dir ../base -config ""
|
|
|
|
|
ASY = ../asy -dir ../base -config "" -render=0
|
|
|
|
|
DOCFILES = asymptote.pdf CAD.pdf
|
|
|
|
|
|
|
|
|
|
-docdir = $(DESTDIR)/usr/local/share/doc/asymptote
|
|
|
|
|
|