From: rrt Date: Mon, 27 Nov 2000 10:53:09 +0000 (+0000) Subject: [project @ 2000-11-27 10:53:09 by rrt] X-Git-Tag: Approximately_9120_patches~3249 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=850ea795381eeab1d34af98cde3675a491d9463c;p=ghc-hetmet.git [project @ 2000-11-27 10:53:09 by rrt] vsgml? What's that? --- diff --git a/mk/target.mk b/mk/target.mk index 667cdc8..d11fbff 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -919,17 +919,9 @@ ifneq "$(SGML_DOC)" "" # multi-file SGML document: main document name is specified in $(SGML_DOC), # sub-documents (.sgml files) listed in $(SGML_SRCS). -ifeq "$(VSGML_SRCS)" "" -VSGML_SRCS = $(wildcard *.vsgml) -endif - ifeq "$(SGML_SRCS)" "" -ifneq "$(VSGML_SRCS)" "" -SGML_SRCS = $(patsubst %.vsgml, %.sgml, $(VSGML_SRCS)) -else SGML_SRCS = $(wildcard *.sgml) endif -endif SGML_TEX = $(addsuffix .tex,$(SGML_DOC)) SGML_DVI = $(addsuffix .dvi,$(SGML_DOC)) @@ -951,7 +943,6 @@ txt :: $(SGML_TEXT) CLEAN_FILES += $(SGML_TEXT) $(SGML_TEX) $(SGML_PS) $(SGML_DVI) $(SGML_PDF) $(SGML_RTF) $(SGML_HTML) $(SGML_DOC)-*.html # can't use $(SGML_SRCS) here, it was maybe used elsewhere -MOSTLY_CLEAN_FILES += $(patsubst %.vsgml, %.sgml, $(VSGML_SRCS)) extraclean :: $(RM) -rf DBTOHTML_OUTPUT_*