mirror of
https://github.com/NixOS/nix
synced 2025-07-17 18:38:28 +02:00
Cleanup the generation of the nix3 manpages
Use a dedicated make target for the man page rather than bundling the generation as part of `install`. Also make sure that `make install` is a fixpoint by - Removing the generated markdown files from `MANUAL_SRCS` - Not having the manpage generation write in its source directory so as to not update its timestamp (it would run each time otherwise)
This commit is contained in:
parent
db4d4cf4ba
commit
c5f5d615a6
2 changed files with 15 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -12,7 +12,7 @@ perl/Makefile.config
|
|||
/libtool
|
||||
|
||||
# /doc/manual/
|
||||
/doc/manual/*.1
|
||||
/doc/manual/**/*.1
|
||||
/doc/manual/*.5
|
||||
/doc/manual/*.8
|
||||
/doc/manual/nix.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue