X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fext-core%2FMakefile;h=603a6706629048ba67cfe818f8fd24ca2a88c3a6;hb=HEAD;hp=55eca3f7cdd3e04e2b04812e1511a37db93daa8b;hpb=084e40d36508e136f02a138eecd9c926fe44ebf3;p=ghc-hetmet.git diff --git a/docs/ext-core/Makefile b/docs/ext-core/Makefile index 55eca3f..603a670 100644 --- a/docs/ext-core/Makefile +++ b/docs/ext-core/Makefile @@ -1,52 +1,3 @@ +dir = docs/users_guide TOP = ../.. -include $(TOP)/mk/boilerplate.mk - -all: ps - -install-docs: - -mkdir $(docdir)/ext-core - cp core.ps.gz $(docdir)/ext-core/ - -# General makefile for Latex stuff - -LATEX=latex \\nonstopmode \\input -BIBTEX=bibtex - -dvi: core.dvi -ps: core.ps core.ps.gz - -core.dvi: core.tex - -$(LATEX) core.tex - $(BIBTEX) core - -$(LATEX) core.tex - -$(LATEX) core.tex - -######## General rules -.SUFFIXES: -.PRECIOUS: %.tex %.ps %.ps.gz %.bbl - - -%.gz: % - gzip < $< > $@ - -%.ps: %.dvi - dvips -f < $< > $@ - -clean: - $(RM) *.aux *.log - -distclean: clean - $(RM) prims.tex *.dvi *.ps *.bbl *.blg *.gz - -maintainer-clean: distclean - -include $(TOP)/mk/bindist.mk - -# dummy targets -boot: -install: -html: -chm: -HxS: - -# End of file +include $(TOP)/mk/sub-makefile.mk