summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-07-15 21:43:54 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-07-15 21:43:54 +0000
commitd2ea8a223d1ced1cabdcc517128ef209665217dd (patch)
tree6a4548127b9b86a4ec1391e179bfd7183b7de5b3
parentd24a8f01b0d10f4f8a38215b5fe563fadd284e1d (diff)
downloadATCD-d2ea8a223d1ced1cabdcc517128ef209665217dd.tar.gz
Made NEWS a permanent file so it shouldn't be generated by the Makefile.
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 4e211d5e4a7..032581c5220 100644
--- a/Makefile
+++ b/Makefile
@@ -95,6 +95,7 @@ CONTROLLED_FILES = \
FAQ \
Makefile \
Makefile.am \
+ NEWS \
PROBLEM-REPORT-FORM \
README \
THANKS \
@@ -132,7 +133,6 @@ CONTROLLED_FILES = \
RELEASE_FILES = \
$(addprefix ACE_wrappers/,$(CONTROLLED_FILES)) \
ACE_wrappers/ACE-INSTALL \
- ACE_wrappers/NEWS \
ACE_wrappers/man
ALL_RELEASE_FILES = \
@@ -157,7 +157,7 @@ CHECK =
GENERATE_MAN_PAGES = $(ACE_ROOT)/bin/generate_man_pages
#### The release target creates the ACE (only) kit.
-release: ACE-INSTALL NEWS
+release: ACE-INSTALL
@$(GENERATE_MAN_PAGES)
@$(ACE_ROOT)/bin/make_release $(CHECK) -k ace -t $(REL) \
-c "$(CONTROLLED_FILES)" -r "$(RELEASE_FILES)" \
@@ -181,6 +181,3 @@ releaseall: release
ACE-INSTALL: ACE-INSTALL.html
@lynx -dump $< > $@
-
-NEWS: VERSION
- @cp VERSION NEWS