|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: Makefile.in
|
|
|
|
|
--- Makefile.in.orig 2008-10-18 09:10:01 +0200
|
|
|
|
|
+++ Makefile.in 2008-10-18 20:22:56 +0200
|
|
|
|
|
--- Makefile.in.orig 2009-01-12 06:41:53 +0100
|
|
|
|
|
+++ Makefile.in 2009-01-12 12:51:41 +0100
|
|
|
|
|
@@ -39,8 +39,8 @@
|
|
|
|
|
OPTS = $(DEFS) $(CFLAGS)
|
|
|
|
|
INCL = -I . @INCL@
|
|
|
|
@ -12,7 +12,7 @@ Index: Makefile.in
|
|
|
|
|
MAKEDEPEND = $(OPTS) -O0 -M -DDEPEND
|
|
|
|
|
BISON = bison
|
|
|
|
|
LEX = @LEX@
|
|
|
|
|
@@ -146,16 +146,16 @@
|
|
|
|
|
@@ -148,16 +148,16 @@
|
|
|
|
|
|
|
|
|
|
install: install-asy install-man
|
|
|
|
|
|
|
|
|
@ -31,20 +31,20 @@ Index: Makefile.in
|
|
|
|
|
+ ln $(datadir)/asymptote/GUI/xasy.py $(bindir)/$(XNAME)
|
|
|
|
|
${INSTALL} -p -m 644 examples/*.asy examples/piicon.eps \
|
|
|
|
|
doc/extra/*.asy $(addprefix doc/,$(DOCEXTRA)) $(exampledir)
|
|
|
|
|
${INSTALL} -p -m 644 examples/animations/*.asy $(animationsdir)
|
|
|
|
|
Index: doc/Makefile
|
|
|
|
|
--- doc/Makefile.orig 2008-10-18 09:10:43 +0200
|
|
|
|
|
+++ doc/Makefile 2008-10-18 20:20:39 +0200
|
|
|
|
|
${INSTALL} -p -m 644 examples/animations/*.asy \
|
|
|
|
|
Index: doc/Makefile.in
|
|
|
|
|
--- doc/Makefile.in.orig 2009-01-12 06:41:06 +0100
|
|
|
|
|
+++ doc/Makefile.in 2009-01-12 12:52:31 +0100
|
|
|
|
|
@@ -4,10 +4,10 @@
|
|
|
|
|
ASY = ../asy -dir ../base -config "" -render=0
|
|
|
|
|
DOCFILES = asymptote.pdf CAD.pdf
|
|
|
|
|
|
|
|
|
|
-docdir = $(DESTDIR)/usr/local/share/doc/asymptote
|
|
|
|
|
+docdir = $(DESTDIR)/openpkg-dev/share/doc/asymptote
|
|
|
|
|
infodir = $(DESTDIR)${datarootdir}/info
|
|
|
|
|
datarootdir = ${prefix}/share
|
|
|
|
|
-INSTALL = /usr/bin/ginstall -c
|
|
|
|
|
+INSTALL = /openpkg-dev/bin/ginstall -c
|
|
|
|
|
TEXI2DVI = texi2dvi
|
|
|
|
|
-docdir = $(DESTDIR)@docdir@
|
|
|
|
|
+docdir = $(DESTDIR)@prefix@/share/doc/asymptote
|
|
|
|
|
infodir = $(DESTDIR)@infodir@
|
|
|
|
|
datarootdir = @datarootdir@
|
|
|
|
|
-INSTALL = @INSTALL@
|
|
|
|
|
+INSTALL = @prefix@/bin/ginstall -c
|
|
|
|
|
TEXI2DVI = @TEXI2DVI@
|
|
|
|
|
|
|
|
|
|
export docdir infodir INSTALL
|
|
|
|
|