diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-09 08:25:27 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-09 08:25:27 +0000 |
commit | 08d1f4952f67f347db6a288b4a0187f8b0d7bbf7 (patch) | |
tree | 3a5d0117ff1b663915f042e1b1e031a6c931f6a8 /gnu/usr.bin/groff/grops/Makefile.sub | |
parent | 098fe4a0b368c914c7d1f7ce086634958df8796a (diff) |
groff 1.15 plus local changes (insomnia strikes):
o moved *.man to *.$section_in and generate *.$section not *.n for bsd.man.mk
o modified groff Makefiles to not install man pages (we do it ourselves)
o use mkstemp everywhere
o don't install groff versions on mdoc macros, we want our own ones
Diffstat (limited to 'gnu/usr.bin/groff/grops/Makefile.sub')
-rw-r--r-- | gnu/usr.bin/groff/grops/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/grops/Makefile.sub b/gnu/usr.bin/groff/grops/Makefile.sub index 891472b746e..b452ea6cd25 100644 --- a/gnu/usr.bin/groff/grops/Makefile.sub +++ b/gnu/usr.bin/groff/grops/Makefile.sub @@ -1,5 +1,5 @@ PROG=grops -MAN1=grops.n +MAN1=grops.1 XLIBS=$(LIBDRIVER) $(LIBGROFF) MLIB=$(LIBM) OBJS=ps.o psrm.o |