Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06c5a8b

Browse files
committed
Make the default target xml instead of sgml.
1 parent 7dbde51 commit 06c5a8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tools/sgmlconv/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
# $ make -f tools/sgmlconv/Makefile
88

99
TOPDIR=.
10-
TOOLSDIR=$(TOPDIR)/tools
10+
TOOLSDIR=tools
1111

1212
SGMLRULES=../$(TOOLSDIR)/sgmlconv/make.rules
1313
SUBDIRS=api ext lib mac ref tut
1414
SUBMAKE=$(MAKE) -f $(SGMLRULES) TOOLSDIR=../$(TOOLSDIR)
1515

16-
all: sgml
16+
all: xml
1717

1818
.PHONY: sgml xml
1919
.PHONY: $(SUBDIRS)

0 commit comments

Comments
 (0)