* src/vm/jit/s390/emit.c (emit_verbosecall_enter, emit_verbosecall_exit): Adapted...
[cacao.git] / doc / Makefile.am
index 69cec0553cb718fe4a5d383a8ca10127eb3961a0..743debfcd50f6b4ba6fbf4e528d2de1633235975 100644 (file)
 ## Authors: Christian Thalinger
 ##
 ## Changes:
-##
-## $Id: Makefile.am 4464 2006-02-06 08:22:14Z edwin $
 
 ## Process this file with automake to produce Makefile.in
 
 SUBDIRS = handbook
 
+dist_noinst_DATA = annotations.tex jsr.bib
+
 EXTRA_DIST = inlining_stacktrace.txt native_threads.txt stack.txt
 
+annotations:
+       latex annotations
+       bibtex annotations
+       latex annotations
+       latex annotations
+
+clean:
+       rm -f \
+       annotations.aux \
+       annotations.bbl \
+       annotations.blg \
+       annotations.dvi \
+       annotations.lof \
+       annotations.log \
+       annotations.lot \
+       annotations.toc \
+       annotations.idx \
+       annotations.out \
+       annotations.tex~
 
 ## Local variables:
 ## mode: Makefile