From: Fred Drake Date: Thu, 22 Jul 1999 13:57:12 +0000 (+0000) Subject: Make the default target xml instead of sgml. X-Git-Tag: v1.6a1~1071 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06c5a8b52e135a32ab8fb666927098a39a9951a8;p=thirdparty%2FPython%2Fcpython.git Make the default target xml instead of sgml. --- diff --git a/Doc/tools/sgmlconv/Makefile b/Doc/tools/sgmlconv/Makefile index a4daf13c09a2..d48e0989c6a8 100644 --- a/Doc/tools/sgmlconv/Makefile +++ b/Doc/tools/sgmlconv/Makefile @@ -7,13 +7,13 @@ # $ make -f tools/sgmlconv/Makefile TOPDIR=. -TOOLSDIR=$(TOPDIR)/tools +TOOLSDIR=tools SGMLRULES=../$(TOOLSDIR)/sgmlconv/make.rules SUBDIRS=api ext lib mac ref tut SUBMAKE=$(MAKE) -f $(SGMLRULES) TOOLSDIR=../$(TOOLSDIR) -all: sgml +all: xml .PHONY: sgml xml .PHONY: $(SUBDIRS)