X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2FMakefile;h=f0a31fb7058ddb49591286a8b5ce2e51008c84d0;hb=8d5f03a9c7024090a9a753800cf7a219c6640d0c;hp=cfefcb96cfaf8d8ca1fa439944ef9c293f5bff8c;hpb=abdd55c9c4a2873c2f4b25b4ea54ca921bca4f5e;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/Makefile b/ghc/docs/users_guide/Makefile index cfefcb9..f0a31fb 100644 --- a/ghc/docs/users_guide/Makefile +++ b/ghc/docs/users_guide/Makefile @@ -1,43 +1,7 @@ TOP = ../.. include $(TOP)/mk/boilerplate.mk -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 \ - 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 - -# release.sgml \ -# 3-00-notes.sgml \ -# 2-10-notes.sgml \ -# 2-09-notes.sgml \ -# 2-08-notes.sgml \ -# 2-06-notes.sgml \ -# 2-04-notes.sgml \ -# 2-03-notes.sgml \ -# 2-02-notes.sgml \ -# how_to_run.sgml \ - -SGML_DOC = users_guide +XML_DOC = users_guide +INSTALL_XML_DOC = users_guide include $(TOP)/mk/target.mk