]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make the default target xml instead of sgml.
authorFred Drake <fdrake@acm.org>
Thu, 22 Jul 1999 13:57:12 +0000 (13:57 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 22 Jul 1999 13:57:12 +0000 (13:57 +0000)
Doc/tools/sgmlconv/Makefile

index a4daf13c09a2e9f1be6450993acc6491f26cb00d..d48e0989c6a800e8f9c8367c31c0a6dc4e59264c 100644 (file)
@@ -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)