Remove
authorMiguel de Icaza <miguel@gnome.org>
Tue, 24 Feb 2004 18:11:31 +0000 (18:11 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 24 Feb 2004 18:11:31 +0000 (18:11 -0000)
svn path=/trunk/mono/; revision=23415

mono/mini/Makefile.am

index 6dcac76015efeda644c66f03c32c602d0e91aed6..3e4c60ad477f1de006e32c595678fc2ef0456d94 100644 (file)
@@ -204,16 +204,11 @@ stat3: mono bench.exe
        ./mono --statfile stats.pl --ncompile 1000 --compile Tests:test_0_many_nested_loops bench.exe 
        perl viewstat.pl stats.pl
 
-docu: mini.sgm
-       docbook2txt mini.sgm
-
 clean:
        rm -f mono a.out gmon.out *.o test.exe
 
 pkgconfigdir = $(libdir)/pkgconfig
 
-documents=mini-doc.txt mini-porting.txt
-
 if JIT_SUPPORTED
 BUILT_SOURCES= inssel.c inssel.h cpu-pentium.h cpu-g4.h cpu-sparc.h
 endif