>From: Sascha Wildner <swildner@channelz.gun.de>
authorRod Grimes <rgrimes@FreeBSD.org>
Sun, 10 Oct 1993 18:38:03 +0000 (18:38 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Sun, 10 Oct 1993 18:38:03 +0000 (18:38 +0000)
Date: Sun, 10 Oct 1993 17:18:41 +0100
Subject: Patches for /usr/src/share/doc, /usr/src/share/me and /usr/src/share/mk

Description:
/usr/src/share/doc is broken in FreeBSD-1.0-EPSILON.  The following
set of patches fix a great number of bugs and warnings.

Repeat-By:
cd /usr/src/share/doc
make

share/doc/ps1/Makefile

index 442b346..a251394 100644 (file)
@@ -1,15 +1,16 @@
 #      from: @(#)Makefile      5.1.1.1 (Berkeley) 5/7/91
 #      Makefile,v 1.5 1993/07/31 15:33:20 mycroft Exp
 
 #      from: @(#)Makefile      5.1.1.1 (Berkeley) 5/7/91
 #      Makefile,v 1.5 1993/07/31 15:33:20 mycroft Exp
 
-# Missing:  00.contents 01.Clang 02.f77 03.f77io 05.as 09.lint 10.adb 11.dbx
+# Missing:  01.Clang 02.f77 03.f77io 05.as 09.lint 10.adb 11.dbx
 #          12.make 15.yacc 16.lex 17.m4
 #
 #          12.make 15.yacc 16.lex 17.m4
 #
-# Broken:   04.pascal 18.curses
+# Broken:   04.pascal 07.ipctut
 
 BINDIR=        /usr/share/doc/ps1
 
 BINDIR=        /usr/share/doc/ps1
-FILES= Makefile Title
-SUBDIR=        06.sysman 07.ipctut \
-       08.ipc 13.rcs 14.sccs
+FILES= 00.contents Makefile Title
+SUBDIR=        06.sysman \
+       08.ipc 13.rcs 14.sccs \
+       18.curses
 
 beforeinstall:
        @if [ ! -d ${DESTDIR}${BINDIR} ]; then \
 
 beforeinstall:
        @if [ ! -d ${DESTDIR}${BINDIR} ]; then \