]> granicus.if.org Git - file/commitdiff
Add RCS ID keywords.
authorIan Darwin <ian@darwinsys.com>
Tue, 8 Sep 1992 15:32:41 +0000 (15:32 +0000)
committerIan Darwin <ian@darwinsys.com>
Tue, 8 Sep 1992 15:32:41 +0000 (15:32 +0000)
doc/file.man
src/Makefile
src/tar.h

index 9324dcd8209ee871a2e4a8e81c1dbcb97bfd9fba..03d67ba647cfe7a4b39cecd1d4e61683c7628fb2 100644 (file)
@@ -1,4 +1,5 @@
 .TH FILE 1 "Copyright but distributable"
+.\# $Id: file.man,v 1.16 1992/09/08 15:32:50 ian Exp $
 .SH NAME
 .I file
 \- determine file type
index 66d404112d76a4c3b1dbd6d11d92781aaf6b686c..932616d74ebfbc6085594ce0a50db6540fcbcdf0 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for file(1) cmd. 
 # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE.
-# @(#)$Ident: Makefile,v 1.20 91/01/23 13:33:18 ian Exp $
+# @(#)$Id: Makefile,v 1.25 1992/09/08 15:32:49 ian Exp $
 #
 # This software is not subject to any license of the American Telephone
 # and Telegraph Company or of the Regents of the University of California.
@@ -107,13 +107,15 @@ clean:
 
 dist:          dist.src dist.magic
 
-dist.src:      $(ALLSRC)
+dist.src:      $(ALLSRC) TARGETS
 #              Some versions of shar can't handle a single file from
 #              a subdirectory, so we manually insert mkdir as needed.
 #              The point is to exclude all the generable targets in tst.
 #              Put the extra "mkdir" AFTER the ": to unbundle..." line.
-               (echo mkdir tst   ; $(SHAR) $(ALLSRC)) > $@
+               (echo mkdir tst   ; $(SHAR) $(ALLSRC) TARGETS) > $@
 
+TARGETS:       $(ALLSRC)
+               ident $(ALLSRC) > TARGETS
 dist.magic:    Magdir
 #              As above, but to exclude Magdir/RCS from being shipped.
                (echo mkdir Magdir; $(SHAR) $(ALLMAGIC)) >$@
index 652e518efe0f6984dab6a2d808a69d5c33f967ac..fd6f0c94f744ff2278914e1b8c21aed070ed47b6 100644 (file)
--- a/src/tar.h
+++ b/src/tar.h
@@ -4,6 +4,8 @@
  * @(#)tar.h 1.20 86/10/29     Public Domain.
  *
  * Created 25 August 1985 by John Gilmore, ihnp4!hoptoad!gnu.
+ *
+ * $Id: tar.h,v 1.3 1992/09/08 15:32:41 ian Exp $ # checkin only
  */
 
 /*