* src/vm/jit/s390/md-atomic.hpp: Repaired.
[cacao.git] / doc / handbook / Makefile.am
index fc5e3c5aa13486adcc945e4fc60b3a981fd929e0..c55dc57e90de6aa6f476806b6e1df37122cc78d8 100644 (file)
 
 dist_noinst_DATA = \
        alpha.tex \
+       arch.eps \
        arm.tex \
+       arm-double-memory.png \
        cacao.tex \
        inlining.tex \
        intro.tex \
        java.bib \
        jit.tex \
+       jvmti.tex \
        library.tex \
        loader.tex \
        loopopt.tex \
@@ -47,20 +50,21 @@ dist_noinst_DATA = \
        powerpc.tex \
        reflection.tex \
        runtime.tex \
+       s390.tex \
        threads.tex \
        verification.tex \
        x86.tex \
        x86_64.tex
 
+CLEANFILES = \
+       *.aux *.bbl *.blg *.dvi *.lof *.log *.lot *.toc
+
 handbook:
        latex cacao
        bibtex cacao
        latex cacao
        latex cacao
 
-clean:
-       rm -f *.aux *.bbl *.blg *.dvi *.lof *.log *.lot *.toc
-
 
 ## Local variables:
 ## mode: Makefile