diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-10-11 22:58:38 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-10-11 23:00:28 -0400 |
commit | 1a7dbcb65115c9cd1743b769ff1df528d45cd428 (patch) | |
tree | a059689d064d812a8714599d0d4d0dd803ac8c17 /Makefile.am | |
parent | 01671f83453029d384161aa2aae8ff5db4ac573d (diff) | |
download | tame-1a7dbcb65115c9cd1743b769ff1df528d45cd428.tar.gz tame-1a7dbcb65115c9cd1743b769ff1df528d45cd428.tar.bz2 tame-1a7dbcb65115c9cd1743b769ff1df528d45cd428.zip |
Makefile.am (all): New target (to compliment all-nodoc)v3.3.1
`all-nodoc' was previously used in bootstrapping.
* Makefile.am (all): New target.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f543806..4a5db16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,10 +34,11 @@ export SAXON_CP .DELETE_ON_ERROR: -.PHONY: check test texis applies FORCE +.PHONY: all all-nodoc check test texis applies FORCE -.DEFAULT_GOAL = all-nodoc +.DEFAULT_GOAL = all +all: applies progtest all-nodoc: applies progtest # the "applies" are hoxsl-generated stylesheets containing definitions to |