X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fext-core%2FMakefile;h=603a6706629048ba67cfe818f8fd24ca2a88c3a6;hb=e5c3b478b3cd1707cf122833822f44b2ac09b8e9;hp=8c32a7bb25bce18c5d34cfd28a34770b05550387;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/docs/ext-core/Makefile b/docs/ext-core/Makefile index 8c32a7b..603a670 100644 --- a/docs/ext-core/Makefile +++ b/docs/ext-core/Makefile @@ -1,42 +1,3 @@ -# General makefile for Latex stuff - -dvi: core.dvi -ps: core.ps - -core.dvi: core.tex prims.tex - latex core.tex - latex core.tex - -../../compiler/prelude/primops.txt: ../../compiler/prelude/primops.txt.pp - (cd ../../compiler/prelude; gcc -E -I../../includes -traditional -x c primops.txt.pp | /bin/sed -e '/^#/d' > primops.txt) - -prims.tex: ../../compiler/prelude/primops.txt - ../../utils/genprimopcode/genprimopcode --make-latex-doc < ../../compiler/prelude/primops.txt > prims.tex - - -######## General rules -.SUFFIXES: -.PRECIOUS: %.tex %.ps %.bbl - - -%.ps: %.dvi - dvips -f < $< > $@ - -clean: - $(RM) *.aux *.log - -distclean: clean - $(RM) prims.tex *.dvi *.ps *.bbl *.blg *.gz - -maintainer-clean: distclean - -# dummy targets -all: -boot: -install: -install-docs: -html: -chm: -HxS: - -# End of file +dir = docs/users_guide +TOP = ../.. +include $(TOP)/mk/sub-makefile.mk