summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-17 01:29:35 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-17 01:29:35 +0000
commiteff7dd5f41da7f85b8352285720dc12cc6c1ae16 (patch)
tree11962ee336a2b68e4b4964bb7d625db3defd0710 /Makefile
parentd55c73ebd551e81b22a4e7195535c58a1af6b5b5 (diff)
downloadATCD-eff7dd5f41da7f85b8352285720dc12cc6c1ae16.tar.gz
ChangeLogTag:Thu Nov 16 16:14:03 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 74ed9d7def5..9d17adc8332 100644
--- a/Makefile
+++ b/Makefile
@@ -156,6 +156,7 @@ CONTROLLED_FILES = \
docs \
etc \
examples \
+ html \
include \
install-sh \
ltcf-c.sh \
@@ -197,8 +198,7 @@ RELEASE_LIB_FILES = \
# found in those lists.
RELEASE_TAG_FILES = \
man/Makefile.am \
- man/man3/Makefile.am \
- man/html/Makefile.am
+ man/man3/Makefile.am
.PHONY: release releasetao releaseall tag
@@ -216,7 +216,7 @@ REL = beta
ZIP_FILES =
#### The release target creates the ACE (only) kit.
-release: $(APPLY_NEW_TAG) ACE-INSTALL
+release: $(APPLY_NEW_TAG)
@$(ACE_ROOT)/bin/make_release -k ace $(ACE_TAG) \
$(INSTALL_KIT) $(GENERATE_MAN_PAGES) $(ZIP_FILES) $(CHECK)