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
Paul Traina
4f6d30a46a
One last one...
1995-01-15 09:12:29 +00:00
Paul Traina
b5e6cd375f
Last of the FreeBSD changes
1995-01-15 09:06:50 +00:00
Paul Traina
d94fc6a011
Layer in FreeBSD changes
1995-01-15 08:36:35 +00:00
Paul Traina
26444f9367
Layer in all FreeBSD patches
1995-01-15 08:30:25 +00:00
Paul Traina
f84f13d3d0
groff-1.09
1995-01-15 08:10:00 +00:00