|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Index: Makefile.in
|
|
|
|
|
--- Makefile.in.orig 2007-05-19 19:25:56 +0200
|
|
|
|
|
+++ Makefile.in 2007-05-20 08:52:52 +0200
|
|
|
|
|
@@ -33,8 +33,8 @@
|
|
|
|
|
--- Makefile.in.orig 2007-07-29 18:27:31 +0200
|
|
|
|
|
+++ Makefile.in 2007-07-31 09:36:34 +0200
|
|
|
|
|
@@ -34,8 +34,8 @@
|
|
|
|
|
OPTS = $(DEFS) $(CFLAGS)
|
|
|
|
|
INCL = -I . @INCL@
|
|
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ Index: Makefile.in
|
|
|
|
|
MAKEDEPEND = $(OPTS) -O0 -M -DDEPEND
|
|
|
|
|
BISON = bison
|
|
|
|
|
LEX = @LEX@
|
|
|
|
|
@@ -114,9 +114,9 @@
|
|
|
|
|
@@ -116,9 +116,9 @@
|
|
|
|
|
|
|
|
|
|
install: install-asy install-man
|
|
|
|
|
|
|
|
|
@ -25,18 +25,18 @@ Index: Makefile.in
|
|
|
|
|
-${INSTALL} -d $(latexdir)
|
|
|
|
|
${INSTALL} -p -m 755 $(NAME) $(EXTRABIN) $(bindir)
|
|
|
|
|
Index: doc/Makefile
|
|
|
|
|
--- doc/Makefile.orig 2007-05-19 19:25:52 +0200
|
|
|
|
|
+++ doc/Makefile 2007-05-20 08:55:04 +0200
|
|
|
|
|
--- doc/Makefile.orig 2007-07-29 18:28:22 +0200
|
|
|
|
|
+++ doc/Makefile 2007-07-31 09:39:20 +0200
|
|
|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
ASYFILES = $(wildcard *.asy) latexusage.asy
|
|
|
|
|
SOURCE = asymptote.texi version.texi options
|
|
|
|
|
ASY = ../asy -dir ../base
|
|
|
|
|
ASY = ../asy -dir ../base -config ""
|
|
|
|
|
-DOCFILES = asymptote.pdf CAD.pdf
|
|
|
|
|
+DOCFILES =
|
|
|
|
|
|
|
|
|
|
doc: asymptote.dvi asymptote.info html man faq
|
|
|
|
|
|
|
|
|
|
@@ -80,10 +80,9 @@
|
|
|
|
|
docdir = $(DESTDIR)/usr/local/share/doc/asymptote
|
|
|
|
|
infodir = $(DESTDIR)${datarootdir}/info
|
|
|
|
|
@@ -84,10 +84,9 @@
|
|
|
|
|
rm -f CAD.{aux,dvi,log,pdf,toc}
|
|
|
|
|
rm -rf asymptote
|
|
|
|
|
|
|
|
|
|