diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-02-20 01:33:15 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-02-20 01:33:15 +0000 |
commit | 57d575e54b13dfdc33671e383dde70b8b240b52f (patch) | |
tree | b59afd5969d6e48f2667ce8e59f55072d7b1e26f /Makefile | |
parent | f1405950da083fc8d83ec23de3140fadaa13776a (diff) | |
download | ATCD-57d575e54b13dfdc33671e383dde70b8b240b52f.tar.gz |
ChangeLogTag:Sat Feb 19 17:32:28 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 $< > $@ |