76aeaddfc5
Regen the patches files (one file per patch). Fix for NetBSD ELF platform: files/stab-elf.c and config/untested/elf-netbsd-cc (by way of patches/patch-af) adjusted. Thanks to Nick for the helping hand and to Alistair for the previous work. This should close PR 13527. Make X11 support conditional by way if the ELK_USE_X11 variable. I tried to enable Motif support: only Motif 1.X should work but even with the lesstif12 package it does not - it does compile though. So Motif support if commented out but leaved in case someone want to fix ELK.
15 lines
296 B
Text
15 lines
296 B
Text
$NetBSD: patch-ag,v 1.2 2002/01/09 23:04:56 seb Exp $
|
|
|
|
--- doc/man/Makefile.orig Tue Jul 25 16:20:17 1995
|
|
+++ doc/man/Makefile
|
|
@@ -7,5 +7,10 @@
|
|
elk.1.html: elk.1
|
|
$(UNROFF) $?
|
|
|
|
+default: elk.1
|
|
+
|
|
clean:
|
|
rm -f elk.ps elk.1.html
|
|
+
|
|
+install: elk.1
|
|
+ ${BSD_INSTALL_MAN} elk.1 ${PREFIX}/man/man1
|