Propagate scalar variables and tycons for vectorisation through 'HscTypes.VectInfo'.
[ghc-hetmet.git] / docs / ext-core / Makefile
index bbc0530..603a670 100644 (file)
@@ -1,45 +1,3 @@
+dir = docs/users_guide
 TOP = ../..
-
-all: ps
-
-#      General makefile for Latex stuff
-
-LATEX=latex \\nonstopmode \\input
-BIBTEX=bibtex
-
-dvi: core.dvi
-ps: core.ps
-
-core.dvi:      core.tex
-               -$(LATEX) core.tex
-               $(BIBTEX) core
-               -$(LATEX) core.tex
-               -$(LATEX) core.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
-
-include $(TOP)/mk/bindist.mk
-
-# dummy targets
-boot:
-install:
-install-docs:
-html:
-chm:
-HxS:
-
-# End of file
+include $(TOP)/mk/sub-makefile.mk