X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2FMakefile;h=da031a072c0e58c72581ff6a9ffe98e0286138e7;hb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;hp=a291225ae407a6fdedc4f33a6f7d42ff8c74be79;hpb=5c23b659b43e51927f5b27c98269471e22b929d6;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/Makefile b/ghc/docs/users_guide/Makefile index a291225..da031a0 100644 --- a/ghc/docs/users_guide/Makefile +++ b/ghc/docs/users_guide/Makefile @@ -5,29 +5,6 @@ ifeq "$(BIN_DIST)" "1" install :: html dvi info endif -# These files are just concatenated to produce the complete document, in the -# same order as they are given below. - -SGML_SRCS = \ - user.sgml \ - intro.sgml \ - 3-02-notes.sgml \ - using.sgml \ - runtime_control.sgml \ - profiling.sgml \ - debugging.sgml \ - sooner.sgml \ - lang.sgml \ - glasgow_exts.sgml \ - parallel.sgml \ - vs_haskell.sgml \ - libraries.sgml \ - posix.sgml \ - libmisc.sgml \ - gone_wrong.sgml \ - utils.sgml \ - end.sgml - SGML_DOC = users_guide include $(TOP)/mk/target.mk