X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=doc%2FMakefile.am;h=743debfcd50f6b4ba6fbf4e528d2de1633235975;hb=76e6f8680ba55e3769c5f7ce621b69a49106791e;hp=69cec0553cb718fe4a5d383a8ca10127eb3961a0;hpb=4fa74ec21fd7ed0b3d2314a5a31250d3e8a9bf48;p=cacao.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 69cec0553..743debfcd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -27,15 +27,34 @@ ## 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