mirror of https://github.com/python/cpython.git
Make the default target xml instead of sgml.
This commit is contained in:
parent
7dbde51f97
commit
06c5a8b52e
|
@ -7,13 +7,13 @@
|
||||||
# $ make -f tools/sgmlconv/Makefile
|
# $ make -f tools/sgmlconv/Makefile
|
||||||
|
|
||||||
TOPDIR=.
|
TOPDIR=.
|
||||||
TOOLSDIR=$(TOPDIR)/tools
|
TOOLSDIR=tools
|
||||||
|
|
||||||
SGMLRULES=../$(TOOLSDIR)/sgmlconv/make.rules
|
SGMLRULES=../$(TOOLSDIR)/sgmlconv/make.rules
|
||||||
SUBDIRS=api ext lib mac ref tut
|
SUBDIRS=api ext lib mac ref tut
|
||||||
SUBMAKE=$(MAKE) -f $(SGMLRULES) TOOLSDIR=../$(TOOLSDIR)
|
SUBMAKE=$(MAKE) -f $(SGMLRULES) TOOLSDIR=../$(TOOLSDIR)
|
||||||
|
|
||||||
all: sgml
|
all: xml
|
||||||
|
|
||||||
.PHONY: sgml xml
|
.PHONY: sgml xml
|
||||||
.PHONY: $(SUBDIRS)
|
.PHONY: $(SUBDIRS)
|
||||||
|
|
Loading…
Reference in New Issue