Mike Pritchard
7c87ef470d
Correct some manual page cross reference errors. E.g. su is a section
...
one man page, not section eight. This is the first round of such changes
and only fixes man pages in manual section one.
1996-02-02 00:26:12 +00:00
Mike Pritchard
24b0124f19
Fix the ".Os" macro to not display "BSD Experimental" if no arguments
...
are specified. Just "BSD" is displayed instead.
1996-02-01 18:04:22 +00:00
Mike Pritchard
6f151a1436
Remove groff/tmac/mm.diff - it is just a small file containing a context
...
diff that was probably mistakenly committed when the package was brought in.
1996-01-31 21:07:22 +00:00
Mike Pritchard
83d3a958bf
Updated the ".St -ansiC" macro to report "ISO 9899: 1990 (``ISO C'')"
...
You can also specify -iso9899, or -isoC. Use -ansiC-89 if you still need
the X3.159-1989 string reported.
Suggested by Garrett Wollman.
1996-01-31 20:55:35 +00:00
Mike Pritchard
fb87014e2d
Teach the .Os macro about FreeBSD and our releases. E.g.
...
.Os FreeBSD 2.1
will now display "FreeBSD 2.1" at the bottom of the man page,
instead of just "FreeBSD".
Added a bunch of missing standards to the .St macro.
4.4BSD is no longer "BSD Experimental".
Obtained from: Partially obtained from NetBSD & 4.4BSD-lite2
1996-01-31 16:34:53 +00:00
Peter Wemm
6065a0be11
This commit was generated by cvs2svn to compensate for changes in r13122,
...
which included commits to RCS files with non-trunk default branches.
1995-12-30 19:02:48 +00:00
Andrey A. Chernov
404392d45c
Add setlocale LC_CTYPE
1995-10-28 14:30:50 +00:00
Andrey A. Chernov
5e45342eb4
Simplify FILES section in the same manner like groff manpage
...
does, add more koi8-r references
1995-10-28 12:56:05 +00:00
Andrey A. Chernov
102a0c6fe0
Add reference to koi8-r device, fix formatting a little
1995-10-28 12:49:38 +00:00
Andrey A. Chernov
dd724f1d0c
Add reference to koi8-r device
1995-10-28 12:41:56 +00:00
Torsten Blum
59f0c0d522
fix bad dependencies (LIBMATH -> LIBM)
1995-10-25 15:08:21 +00:00
Bruce Evans
02b537bd23
Remove private maninstall target. It will conflict with the one in
...
bsd.man.mk when I change the latter to use `::' instead of `:'
dependencies. (bsd.man.mk is included because NOMAN isn't defined.
The maninstall target is supposed to be private to bsd.man.mk so
bsd.man.mk doesn't bother testing if it is already defined. The
test for redefinition in Makefile.dev was too early to do anything.)
Change install target to a beforeinstall target (perhaps there should
be an `extrainstall' target so that Makefiles don't have to abuse
one of beforeinstall, install, realinstall or afterinstall). Don't
bother testing for the install target already being defined. Rewrite
the shell loop as a make loop (this reduces the time for installing
groff from 78s to 65s here).
1995-10-21 16:26:38 +00:00
Gary Clark II
171a357ba5
Change UNIX to FreeBSD.
...
I got tired of see ``UNIX System Managers Manual''
NOTE: There still a couple of UNIXs left in here. There deal with the
documents. We may want to change there also, even though VERY little of there
even pertain to FreeBSD.
1995-10-10 11:34:10 +00:00
Bruce Evans
252eedb90d
Intitialize $(tmac_s_ and $(tmac_m). Use the initialized variable $(device)
...
instead of the uninitialized one $(DEVICE).
I hoped these changes would fix some of the large runtime macro processing
bugs, but they seem to only fix some small build-time macro substitution
bugs. E.g., `man ms' now tells you to invoke groff with the flags `-ms'
instead of the bogus flags `-m'; `man groff now tells you that the default
device is `ps' instead of the bogus device `'.
1995-09-28 19:31:07 +00:00
Paul Traina
522aab930c
Don't build xditview unless the actual include files for X11 are present.
...
Merely checking for the directory is -not- sufficient, since the XFree86
non-programmers distribution has that directory to hold bitmaps.
1995-07-29 17:47:53 +00:00
Bruce Evans
9c0dc173cc
Change install' to
${INSTALL}' so that default install flags can be
...
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00
Bruce Evans
ddb43e8bd8
Change install' to
${INSTALL}' as usual.
...
Don't remove targets before installing. Removing targets will defeat
`install -C'.
1995-07-24 23:51:48 +00:00
Rodney W. Grimes
4399be3cbd
Remove trailing whitespace.
1995-05-30 05:05:38 +00:00
Rodney W. Grimes
aa556f48a9
Add missing $(DESTDIR) to rm command so that this stops removing files
...
from my master system.
This makefile is a crock, and will soon be rewritten!
1995-04-17 19:10:20 +00:00
Poul-Henning Kamp
7d6349eb5f
Don't rely on execute bit.
1995-02-23 05:48:38 +00:00
Bruce Evans
b185266a8a
Quiet `make -s'.
1995-02-08 20:12:08 +00:00
Bruce Evans
dc3c30d9be
Look for files to install first in the object directory, then in the
...
source directory.
Don't create target directories at install time. mtree already handles
them correctly.
1995-02-02 17:44:02 +00:00
Bruce Evans
ceac74879e
Install man.local in the correct directory. Apparently everyone is using
...
the version installed from /usr/share. It's hard to eliminate old versions
- few Makefiles have `uninstall' targets and sup/ctm tends to blow away
old Makefiles.
This Makefile needs more work. Stuff is built at install time...
1995-01-26 06:00:40 +00:00
Bruce Evans
03a6bd1d69
Remove stale NOOBJ.
...
Use standard clean and cleandir targets.
1995-01-25 19:26:31 +00:00
Bruce Evans
4c4b1af8c2
Makefile.tty:
...
Initialize CLEANFILES. All tty FONTFILES are objects.
1995-01-25 19:25:20 +00:00
Bruce Evans
49da4dfc8d
Makefile.dev:
...
Don't initialize CLEANFILES here. Many FONTFILES are sources and required
special clean rules to avoid cleaning.
Makefile.tty:
Initialize CLEANFILES. All tty FONTFILES are objects.
1995-01-25 19:19:03 +00:00
Bruce Evans
b34bc5463d
Fix installation of the link to tmac.an. $(FOO} doesn't work.
1995-01-19 15:58:34 +00:00
Andrey A. Chernov
a5bf27a269
Remove sneaked tabs
...
Submitted by: Ollivier Robert
1995-01-19 10:39:22 +00:00
Andrey A. Chernov
586cc4e455
Install additionly S and L text fonts, needed for BSD docs formatting
1995-01-17 22:02:34 +00:00
Andrey A. Chernov
8cd8abf162
Oops, forget to add \{ \} in prev. commit
1995-01-17 21:08:33 +00:00
Andrey A. Chernov
a61b49098a
Fix for 8bit clean ctype
1995-01-17 20:36:26 +00:00
Andrey A. Chernov
32bb7861f2
koi8-r added
1995-01-17 20:17:31 +00:00
Andrey A. Chernov
1f1d79eb97
Back out prev change, don't load tty-char directly, it is already done
...
into nroff shell script
1995-01-17 20:11:04 +00:00
Andrey A. Chernov
3e6c1c6d90
Load russian hyphentation for -Tkoi8-r
1995-01-17 20:08:42 +00:00
Andrey A. Chernov
309c205212
afterinstall --> beforeinstall to make LINKS work
1995-01-17 19:05:12 +00:00
Andrey A. Chernov
a5cf5392ff
Remove unnecessary complex renaming after nuking BSD tmacs
1995-01-17 18:49:52 +00:00
Andrey A. Chernov
083ad6c648
Rename tmacs properly (me)
...
Strip renamed pages before install
1995-01-17 18:31:07 +00:00
Andrey A. Chernov
055e903386
Add missing file
1995-01-17 17:51:52 +00:00
Andrey A. Chernov
bc70277b5b
Add missing psroff.sh (for compatibility with old groff)
1995-01-17 17:36:19 +00:00
Andrey A. Chernov
0293a7a389
Remove troff chars emulation, handled better via tmac.tty-char
1995-01-17 01:08:03 +00:00
Andrey A. Chernov
c1328812d5
Back out 1.x changes (additional troff chars), now handled
...
via tmac.tty
1995-01-17 01:01:56 +00:00
Andrey A. Chernov
e9844b337b
Define troff chars in more nice way than defining them into
...
devascii R.proto (will be fixed too)
1995-01-17 00:58:05 +00:00
Andrey A. Chernov
aab45466ff
Move MANSRC defining rule (fix for obj subdir) to top level
...
Makefile.cfg, needed not only in man subdir
1995-01-17 00:42:27 +00:00
Andrey A. Chernov
f94052d6fc
Add russian hyphentation rules
1995-01-17 00:35:51 +00:00
Andrey A. Chernov
9acd98f380
Add koi8-r referred to tmac.tty
1995-01-17 00:21:30 +00:00
Andrey A. Chernov
5b90fb0af3
Add koi8-r as valid -T option
1995-01-17 00:13:15 +00:00
Andrey A. Chernov
7ac7111d42
Add devkoi8-r to SUBDIR
1995-01-17 00:06:29 +00:00
Andrey A. Chernov
a7e36b1757
Add koi8-r device (russian charset)
1995-01-17 00:04:14 +00:00
Andrey A. Chernov
7650ac4508
Fix install target when obj subdir present
1995-01-16 23:17:06 +00:00
Andrey A. Chernov
2875b41727
Don't call $(SHELL) for mdate.sh, call its directly.
...
Old method don't works, if login shell != sh && != bash
1995-01-16 23:02:07 +00:00