diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-15 21:43:54 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-15 21:43:54 +0000 |
commit | f873da987c33d8081df1f605f99ab60b5802cbf7 (patch) | |
tree | 6a4548127b9b86a4ec1391e179bfd7183b7de5b3 /Makefile | |
parent | 3343aeda80e07bd6383e48914c291edd6ba80fe1 (diff) | |
download | ATCD-f873da987c33d8081df1f605f99ab60b5802cbf7.tar.gz |
Made NEWS a permanent file so it shouldn't be generated by the Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |