mirror of
https://github.com/NixOS/nix
synced 2025-07-16 02:01:59 +02:00
* Check for w3m.
This commit is contained in:
parent
7f384d9c1b
commit
d1d0271996
3 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue