Eelco Dolstra
87bf541f23
* Documented the primops.
2004-04-08 15:51:26 +00:00
Eelco Dolstra
b0c9baf1b5
* EBNF grammar for the Nix expression language.
2004-04-08 13:31:57 +00:00
Eelco Dolstra
92e832348d
* Lots of manual stuff. Reference pages for most Nix commands.
...
* nix-pull now requires the full url to the manifest, i.e.,
`/MANIFEST/' is no longer automatically appended.
* nix-prefetch-url works again.
2004-02-10 16:14:47 +00:00
Eelco Dolstra
0616b7feea
* Documented the most important nix-env flags.
2004-02-10 11:51:16 +00:00
Eelco Dolstra
66e94d3275
* Improvements to profiles. Generations are now per-profile, e.g.,
...
default -> default-94-link
default-82-link -> /nix/store/cc4480...
default-83-link -> /nix/store/caeec8...
...
default-94-link -> /nix/store/2896ca...
experimental -> experimental-2-link
experimental-1-link -> /nix/store/cc4480...
experimental-2-link -> /nix/store/a3148f...
* `--profile' / `-p' -> `--switch-profile' / `-S'
* `--link' / `-l' -> `--profile' / `-p'
* The default profile is stored in $prefix/var/nix/profiles.
$prefix/var/nix/links is gone. Profiles can be stored anywhere.
* The current profile is now referenced from ~/.nix-profile, not
~/.nix-userenv.
* The roots to the garbage collector now have extension `.gcroot', not
`.id'.
2004-02-06 10:30:20 +00:00
Eelco Dolstra
d9f30fe7c7
* Sort `nix-env -q' output by derivation name.
...
* `--version' flag for all commands.
* Manual updates.
2004-02-02 10:51:54 +00:00
Eelco Dolstra
c625718513
* Detect flex and bison; updated the manual.
2004-01-30 16:32:14 +00:00
Eelco Dolstra
cdb50886f4
* Typos.
2004-01-22 09:35:35 +00:00
Eelco Dolstra
3c4bc7276a
* Added a note about adding /nix/etc/profile.d/nix.sh to the profile.
2004-01-22 09:17:55 +00:00
Martin Bravenboer
4f72b408a5
Typos and url losser -> catamaran
2004-01-22 08:47:59 +00:00
Eelco Dolstra
4db7ef3fcc
* Fixed URL.
2004-01-20 17:18:41 +00:00
Eelco Dolstra
3778586b2a
* Nix Quick Start guide.
2004-01-20 15:37:55 +00:00
Eelco Dolstra
8baf50f108
* Manual updates.
...
* Updated the README. Now it just refers to the manual.
2004-01-20 11:49:32 +00:00
Eelco Dolstra
ff9af107d3
* Option `-B' to always show the output of builders, regardless of
...
verbosity level.
2004-01-13 16:35:43 +00:00
Eelco Dolstra
46a71c857c
* Option --force-realise' in
nix-store --query'.
2004-01-09 14:18:28 +00:00
Eelco Dolstra
30b31a8f61
* Start of nix-env reference.
...
* Some CSS tweaks.
2004-01-08 16:56:40 +00:00
Eelco Dolstra
b594215531
* Manual updates.
2004-01-08 15:01:37 +00:00
Eelco Dolstra
5346536b62
* Include version number in manual.
2004-01-08 10:45:23 +00:00
Eelco Dolstra
abe8c8c2aa
* Include images/ in distribution.
2004-01-07 10:59:38 +00:00
Eelco Dolstra
1ff986d51a
* book -> manual
2004-01-06 16:38:32 +00:00
Eelco Dolstra
2f0b93904b
* Install images.
2004-01-06 16:35:07 +00:00
Eelco Dolstra
94175e978a
* RPM spec file.
...
* Respect DESTDIR variable.
2003-12-30 20:09:00 +00:00
Eelco Dolstra
0a753e182a
* Oops.
2003-12-21 22:02:58 +00:00
Eelco Dolstra
df7a718786
* Man pages in sections.
2003-12-21 21:57:09 +00:00
Eelco Dolstra
00d4f907e1
* Get rid of the icons in warnings etc.
2003-12-03 09:33:03 +00:00
Eelco Dolstra
31fd72ee17
* Epigraph ;-)
2003-12-02 16:29:41 +00:00
Eelco Dolstra
16d971bce7
* A nice stylesheet for the manual.
2003-12-02 15:36:49 +00:00
Eelco Dolstra
905d5b91fa
* Manual fixes (thanks to Merijn).
2003-12-01 14:52:51 +00:00
Eelco Dolstra
dc05f29cf6
* Manual updates.
2003-11-27 14:58:32 +00:00
Eelco Dolstra
7b0e29b4dc
* Overview of nix-env. Recommended reading. :-)
2003-11-26 16:09:27 +00:00
Eelco Dolstra
62d9b31d0a
* Updates.
2003-11-26 14:25:39 +00:00
Eelco Dolstra
f6a30ab264
* Updates.
2003-11-26 12:30:16 +00:00
Eelco Dolstra
2a4bac5459
* Refactoring.
...
* Convert tabs to spaces.
2003-11-26 11:24:13 +00:00
Eelco Dolstra
bd0ce1a4be
* Minor fix.
2003-11-26 10:47:54 +00:00
Eelco Dolstra
c38ba181ed
* Configure flags to specify the location of the DocBook DTD / stylesheets.
2003-11-26 10:41:21 +00:00
Eelco Dolstra
6d5877ea12
* Use --nonet flag to prevent fetching of DTD.
2003-11-25 13:43:48 +00:00
Eelco Dolstra
12e805cfb0
* Don't hardcode the path to the DocBook DTD/stylesheets.
2003-11-25 13:06:12 +00:00
Eelco Dolstra
56b98c3857
* Some work on the introduction.
2003-08-22 11:29:20 +00:00
Eelco Dolstra
2de8504791
* Delete the temporary directories of failed builds by default, and an
...
option `--keep-failed' to override this behaviour.
2003-08-19 09:04:47 +00:00
Eelco Dolstra
161aab582b
* Use a catalog when calling xsltproc.
2003-08-14 18:24:40 +00:00
Eelco Dolstra
a24cb19361
* Use xmllint instead of nsgmls to validate the manual.
2003-08-14 18:17:02 +00:00
Eelco Dolstra
2e16ff22ac
* Fix man page.
2003-08-14 11:27:02 +00:00
Eelco Dolstra
95b49f8044
* Manual updates.
2003-08-13 15:17:57 +00:00
Eelco Dolstra
68022552d2
* Put the pre-built manual and man pages in the tar distribution.
2003-08-13 15:17:36 +00:00
Eelco Dolstra
c34a153ae5
* Documented the `--query' operation.
2003-08-13 10:45:01 +00:00
Eelco Dolstra
b4f88d0ec3
* Split the book.xml into several xml files.
2003-08-13 09:13:52 +00:00
Eelco Dolstra
469f1eba56
* Documented some Nix operations.
2003-08-12 15:06:49 +00:00
Eelco Dolstra
e405ca506e
* Generate man pages from the manual.
2003-08-12 13:54:42 +00:00
Eelco Dolstra
4b7b0bd12c
* Started on the introduction.
2003-08-07 15:27:14 +00:00
Eelco Dolstra
74867e72f2
* Start of manual; installation instructions.
2003-08-07 14:17:18 +00:00
Eelco Dolstra
9f4c19276d
* Basic makefile.
2003-07-31 13:13:13 +00:00
Eelco Dolstra
64c617e984
* Directories for the manual.
2003-07-30 14:40:18 +00:00