summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-02-20 01:33:15 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-02-20 01:33:15 +0000
commitf654335f2734774a62d1faec5406592c7c2a035f (patch)
treeb59afd5969d6e48f2667ce8e59f55072d7b1e26f /Makefile
parent76eae5bb9ffb9ea2f3be1168f9be1058879dc593 (diff)
downloadATCD-f654335f2734774a62d1faec5406592c7c2a035f.tar.gz
ChangeLogTag:Sat Feb 19 17:32:28 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 33051a4bca9..fb5d0e02a1c 100644
--- a/Makefile
+++ b/Makefile
@@ -183,6 +183,13 @@ RELEASE_LIB_FILES = \
ACE_wrappers/tests \
ACE_wrappers/websvcs
+# Files that should get tagged at release time but shouldn't be in any
+# of the release file lists since they may already be in a directory
+# found in those lists.
+RELEASE_TAG_FILES = \
+ man/man3/Makefile.am \
+ man/html/Makefile.am
+
.PHONY: release releasetao releaseall tag
ACE_TAG_VALUE = $(shell head -1 VERSION | perl -ne \
@@ -223,6 +230,7 @@ releaseall: $(APPLY_NEW_TAG) ACE-INSTALL
@cd TAO && $(MAKE) -s release REL=$(REL)
.PHONY: show_controlled_files show_release_files show_release_lib_files
+.PHONY: show_release_tag_files
show_controlled_files:
@echo $(CONTROLLED_FILES)
@@ -233,5 +241,8 @@ show_release_files:
show_release_lib_files:
@echo $(RELEASE_LIB_FILES)
+show_release_tag_files:
+ @echo $(RELEASE_TAG_FILES)
+
ACE-INSTALL: ACE-INSTALL.html
@lynx -dump $< > $@