diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-14 21:41:36 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-14 21:41:36 +0000 |
commit | 322c9edc63f8652e24161f23ea0cfb66949d6255 (patch) | |
tree | a681183b76e3ab71c1d3a3dd35bfb1e4dadca0da /Makefile | |
parent | 3d5cc72396ba4b7c62f1d0e22a83ecc22fa28844 (diff) | |
download | ATCD-322c9edc63f8652e24161f23ea0cfb66949d6255.tar.gz |
Added Makefile.am and NEWS to the list of controlled files. The
file `NEWS' will get generated when a release is made.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -94,9 +94,12 @@ CONTROLLED_FILES = \ ChangeLog-93 \ FAQ \ Makefile \ + Makefile.am \ + NEWS \ PROBLEM-REPORT-FORM \ README \ THANKS \ + TODO \ VERSION \ WindozeCE \ acconfig.h \ @@ -178,3 +181,6 @@ releaseall: release ACE-INSTALL: ACE-INSTALL.html @lynx -dump $< > $@ + +NEWS: VERSION + cp VERSION NEWS |