diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ccc5bf273c2a..aee2d999816d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = externals src scripts corepkgs doc misc tests EXTRA_DIST = substitute.mk nix.spec nix.spec.in bootstrap.sh \ - svn-revision nix.conf.example + svn-revision nix.conf.example NEWS include ./substitute.mk @@ -45,3 +45,8 @@ endif svn-revision: svnversion . > svn-revision + +all-local: NEWS + +NEWS: + cp doc/manual/NEWS.txt NEWS |