From b490d0737140919549fb1eb0a3650f8d0e9c0a54 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 23 Feb 2018 12:24:14 -0500 Subject: Makefile.am: Prevent doc from being built by default --- Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 290fdfe..3546e5c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ # along with this program. If not, see . ## -SUBDIRS = doc +SUBDIRS = doc progtest path_src = src path_test = test @@ -35,13 +35,9 @@ export SAXON_CP .PHONY: check test texis applies FORCE -.DEFAULT_GOAL := all +.DEFAULT_GOAL = all-nodoc -all: applies progtest - -test: check -check: | applies - $(path_test)/runner +all-nodoc: applies progtest # the "applies" are hoxsl-generated stylesheets containing definitions to # permit partial function application @@ -51,6 +47,10 @@ applies: $(apply_dest) -xsl:"$(HOXSL)/src/transform/apply-gen.xsl" \ "$<" > "$@" +test: check +check: | applies + $(path_test)/runner + progtest: FORCE $(MAKE) -C progtest -- cgit v1.2.1