blob: d642260204445f84f09b3adf5101e75bbc70e792 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- Makefile.in Tue Nov 8 08:22:41 2005
+++ Makefile.in.port Sat Dec 10 19:02:52 2005
@@ -37,7 +37,7 @@
datadir = @datadir@
asydir = $(datadir)/asymptote
docdir = $(datadir)/doc/asymptote
-exampledir = $(docdir)
+exampledir = $(datadir)/examples/asymptote
animationsdir = $(exampledir)/animations
latexdir = @latexdir@
INSTALL = @INSTALL@
@@ -64,7 +64,7 @@
rm -f $(GC).tar
cd $(GC); \
./configure --disable-threads --disable-shared --enable-cplusplus; \
- $(MAKE) check
+ $(MAKE)
doc: asy
cd doc; $(MAKE) doc
|