bmac moves to /usr/new/lib
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 11 Sep 1985 03:38:47 +0000 (19:38 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 11 Sep 1985 03:38:47 +0000 (19:38 -0800)
SCCS-vsn: contrib/bib/doc/USD.doc/bibdoc.ms 4.6
SCCS-vsn: contrib/bib/macs/Makefile 1.6
SCCS-vsn: contrib/bib/man/bib.1 4.4
SCCS-vsn: contrib/bib/man/invert.1 4.4
SCCS-vsn: contrib/bib/src/bib.h 2.7
SCCS-vsn: contrib/bib/src/invert.c 2.5

usr/src/contrib/bib/doc/USD.doc/bibdoc.ms
usr/src/contrib/bib/macs/Makefile
usr/src/contrib/bib/man/bib.1
usr/src/contrib/bib/man/invert.1
usr/src/contrib/bib/src/bib.h
usr/src/contrib/bib/src/invert.c

index 103440a..0c7094b 100644 (file)
@@ -1,4 +1,4 @@
-.\"    "@(#)bibdoc.ms  4.5     %G%";
+.\"    "@(#)bibdoc.ms  4.6     %G%";
 .TL
 \fBBIB \- A Program for Formatting Bibliographies\fP
 .AU
 .TL
 \fBBIB \- A Program for Formatting Bibliographies\fP
 .AU
@@ -680,7 +680,7 @@ the output.
 File Naming Conventions
 .PP
 Standard database format files are kept in a standard library area.
 File Naming Conventions
 .PP
 Standard database format files are kept in a standard library area.
-The string BMACLIB in bib.h points to this directory (/usr/lib/bmac in
+The string BMACLIB in bib.h points to this directory (/usr/new/lib/bmac in
 the distribution).  In addition, this name is always defined when
 reading format files.
 There are three types of files:
 the distribution).  In addition, this name is always defined when
 reading format files.
 There are three types of files:
index 1aa30d2..ecbde3e 100644 (file)
@@ -1,7 +1,7 @@
 #
 #
-#      @(#)Makefile    1.5     85/06/25
+#      @(#)Makefile    1.6     85/09/10
 #
 #
-DEST         = $(DESTDIR)/usr/lib/bmac
+DEST         = $(DESTDIR)/usr/new/lib/bmac
 
 MAKEFILE      = Makefile
 
 
 MAKEFILE      = Makefile
 
index 40193e2..f30eb02 100644 (file)
@@ -1,4 +1,4 @@
-.\"    "@(#)bib.1      4.3     %G%";
+.\"    "@(#)bib.1      4.4     %G%";
 .TH BIB 1 "28 July 1983"
 .UC 4
 .SH NAME
 .TH BIB 1 "28 July 1983"
 .UC 4
 .SH NAME
@@ -99,14 +99,14 @@ with the following macro definitions:
 .in -1.0i
 .PP
 A file "bibmac.me" containing these macro
 .in -1.0i
 .PP
 A file "bibmac.me" containing these macro
-definitions may be found in /usr/lib/bmac.
+definitions may be found in /usr/new/lib/bmac.
 .SH FILES
 .ta 2i
 INDEX  inverted index for reference database
 .br
 /usr/dict/papers/INDEX default system index
 .br
 .SH FILES
 .ta 2i
 INDEX  inverted index for reference database
 .br
 /usr/dict/papers/INDEX default system index
 .br
-/usr/lib/bmac/bmac.*   formatting macro packages
+/usr/new/lib/bmac/bmac.*       formatting macro packages
 .br
 /usr/tmp/bibr* scratch file for collecting references
 .br
 .br
 /usr/tmp/bibr* scratch file for collecting references
 .br
index 7fa219e..e79814b 100644 (file)
@@ -1,4 +1,4 @@
-.\"    "@(#)invert.1   4.3     %G%";
+.\"    "@(#)invert.1   4.4     %G%";
 .TH INVERT 1 "28 July 1983"
 .UC 4
 .SH NAME
 .TH INVERT 1 "28 July 1983"
 .UC 4
 .SH NAME
@@ -59,7 +59,7 @@ The following options are available for
 .IP \-c\fIfile\fP
 File contains common words, one per line.
 Common words are not used as keys.
 .IP \-c\fIfile\fP
 File contains common words, one per line.
 Common words are not used as keys.
-(Default /usr/lib/bmac/common.)
+(Default /usr/new/lib/bmac/common.)
 .IP "\-k \fIi\fP"
 .ns
 .IP \-k\fIi\fP
 .IP "\-k \fIi\fP"
 .ns
 .IP \-k\fIi\fP
@@ -107,7 +107,7 @@ INDEX                    inverted index
 .br
 /usr/tmp/invertxxxxxx    scratch file for invert
 .br
 .br
 /usr/tmp/invertxxxxxx    scratch file for invert
 .br
-/usr/lib/bmac/common     default list of common words
+/usr/new/lib/bmac/common     default list of common words
 .br
 /usr/dict/papers/INDEX   default system index
 .SH SEE ALSO
 .br
 /usr/dict/papers/INDEX   default system index
 .SH SEE ALSO
index 2ccf089..064269b 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- *     @(#)bib.h       2.6     %G%
+ *     @(#)bib.h       2.7     %G%
  */
 /*   various arguments for bib and listrefs processors */
 
  */
 /*   various arguments for bib and listrefs processors */
 
@@ -30,9 +30,9 @@
 # define INVTEMPFILE "/tmp/invertXXXXXX"
 # define SYSINDEX "/usr/dict/papers/INDEX"     /* default system dictionary */
 
 # define INVTEMPFILE "/tmp/invertXXXXXX"
 # define SYSINDEX "/usr/dict/papers/INDEX"     /* default system dictionary */
 
-# define N_BMACLIB "/usr/lib/bmac"             /* where macro libraries live */
-# define N_COMFILE "/usr/lib/bmac/common"              /* common words */
-# define N_DEFSTYLE "/usr/lib/bmac/bib.stdsn"  /* default style of refs */
+# define N_BMACLIB "/usr/new/lib/bmac"         /* where macro libraries live */
+# define N_COMFILE "/usr/new/lib/bmac/common"  /* common words */
+# define N_DEFSTYLE "/usr/new/lib/bmac/bib.stdsn" /* default style of refs */
 char BMACLIB[64], COMFILE[64], DEFSTYLE[64];
 
 /* size limits */
 char BMACLIB[64], COMFILE[64], DEFSTYLE[64];
 
 /* size limits */
index 00ef165..511d04f 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)invert.c   2.4     %G%";
+static char sccsid[] = "@(#)invert.c   2.5     %G%";
 #endif not lint
 #
 /*  input:  records of lines, separated by blank lines
 #endif not lint
 #
 /*  input:  records of lines, separated by blank lines
@@ -109,7 +109,7 @@ char **arglist;
     -%str   ignore lines that begin with %x     CNOPVX
             where x is in str
             str is a seq of chars
     -%str   ignore lines that begin with %x     CNOPVX
             where x is in str
             str is a seq of chars
-    -cfile  file contains Common words          /usr/lib/bib/common
+    -cfile  file contains Common words          /usr/new/lib/bib/common
             do not use common words as keys
     -pfile  name of output file                 INDEX
     -s     do not print statistics             statistics printed
             do not use common words as keys
     -pfile  name of output file                 INDEX
     -s     do not print statistics             statistics printed