diff options
author | Fred Drake <fdrake@acm.org> | 1999-07-22 13:57:12 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-07-22 13:57:12 (GMT) |
commit | 06c5a8b52e135a32ab8fb666927098a39a9951a8 (patch) | |
tree | cc089fe6b49556fc76c0cc9c0c41d35e14b90f8f /Doc/tools | |
parent | 7dbde51f977bd63eb84c11fa3407b4ee2e36fd96 (diff) | |
download | cpython-06c5a8b52e135a32ab8fb666927098a39a9951a8.zip cpython-06c5a8b52e135a32ab8fb666927098a39a9951a8.tar.gz cpython-06c5a8b52e135a32ab8fb666927098a39a9951a8.tar.bz2 |
Make the default target xml instead of sgml.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sgmlconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/sgmlconv/Makefile b/Doc/tools/sgmlconv/Makefile index a4daf13..d48e098 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) |