Commit 45271635 authored by Fred Drake's avatar Fred Drake

Make the default target xml instead of sgml.

parent fec5efec
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment