From: Stefan Seefeld Date: Wed, 26 Oct 2016 18:15:56 +0000 (-0400) Subject: Switch workflow to build 'nons' stylesheets from 'ns' stylesheets. X-Git-Tag: snapshot/2016-11-03-35~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=822c9f41e620e7ce4195d1c7e0a31364692d5c6a;p=docbook-dsssl Switch workflow to build 'nons' stylesheets from 'ns' stylesheets. --- diff --git a/Makefile b/Makefile index af9fd758d..f203d8da6 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ check: dist: $(MAKE) -C xsl release - $(MAKE) -C xsl zip-ns TMP=$(repo_dir)/dist + $(MAKE) -C xsl zip-nons TMP=$(repo_dir)/dist clean: $(MAKE) -C xsl clean diff --git a/xsl/Makefile b/xsl/Makefile index 2aa08a9dd..7a55c64d3 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -96,4 +96,4 @@ docsrc-clean: include Makefile.tests include $(repo_dir)/releasetools/Targets.mk -include $(repo_dir)/releasetools/xslns.mk +include $(repo_dir)/releasetools/xslnons.mk