diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-07 20:19:36 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-07 20:19:36 +0000 |
commit | 8e1865aec97d7a886b0174e71c716225e54bdcf8 (patch) | |
tree | e7b09e8bfa6b7cb5e53ad213fc27c3d491208dd9 /TAO/Makefile | |
parent | b741206eaf8d1da50b9bf2ec74932cb441551bba (diff) | |
download | ATCD-8e1865aec97d7a886b0174e71c716225e54bdcf8.tar.gz |
ChangeLogTag:Thu May 7 15:17:30 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/Makefile')
-rw-r--r-- | TAO/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/Makefile b/TAO/Makefile index 983d6b24fcf..c229db99a4e 100644 --- a/TAO/Makefile +++ b/TAO/Makefile @@ -69,11 +69,15 @@ CONTROLLED_FILES = ChangeLog \ VERSION RELEASE_FILES = $(addprefix TAO/,$(CONTROLLED_FILES)) \ - TAO/INSTALL + TAO/INSTALL \ + TAO/orbsvcs/README INSTALL: TAO-INSTALL.html lynx -dump $^ > $@; chmod a+r $@ +orbsvcs/README: docs/orbsvcs.html + lynx -dump $^ > $@; chmod a+r $@ + #### If creating the "official" TAO release: #### 1) Check that the workspace is up-to-date, and bail out if not. #### 2) Update the timestamp in the VERSION file. |