Merge pull request #141 from davidgiven/dtrg-stray

Install the cpp.ansi man page.
This commit is contained in:
David Given 2019-02-06 11:30:56 +01:00 committed by GitHub
commit 73fab341f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,8 @@ cprogram {
installable {
name = "pkg",
map = {
["$(PLATDEP)/cpp.ansi"] = "+cpp"
["$(PLATDEP)/cpp.ansi"] = "+cpp",
["$(INSDIR)/share/man/man6/cpp.ansi.6"] = "./ncpp.6",
}
}