Merge pull request #141 from davidgiven/dtrg-stray
Install the cpp.ansi man page.
This commit is contained in:
commit
73fab341f5
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ cprogram {
|
||||||
installable {
|
installable {
|
||||||
name = "pkg",
|
name = "pkg",
|
||||||
map = {
|
map = {
|
||||||
["$(PLATDEP)/cpp.ansi"] = "+cpp"
|
["$(PLATDEP)/cpp.ansi"] = "+cpp",
|
||||||
|
["$(INSDIR)/share/man/man6/cpp.ansi.6"] = "./ncpp.6",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue