* doc/Makefile.am (dist_noinst_DATA): Added annotations.tex and jsr.bib
[cacao.git] / doc / Makefile.am
index a506ebcc3f079906c770f466a8f92965d2fbe0f8..743debfcd50f6b4ba6fbf4e528d2de1633235975 100644 (file)
 
 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