diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2022-05-19 10:32:49 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2022-05-19 10:32:49 +0200 |
| commit | 7fd4151a2893f9723e482ae045c468be4ceb2f0a (patch) | |
| tree | 235b857c3398b844c80cea0e7995e424868240f8 | |
| parent | 4d96b8b8000291561c6185ee2abc888231112274 (diff) | |
| download | temp-postgres-7fd4151a2893f9723e482ae045c468be4ceb2f0a.tar | |
Fix manual page file name
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -MAN= installiso.8 +MAN= temp-postgres.1 BINDIR= /usr/local/bin MANDIR= /usr/local/man/man |