From: Ian Darwin Date: Tue, 8 Sep 1992 15:32:41 +0000 (+0000) Subject: Add RCS ID keywords. X-Git-Tag: FILE3_27~249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=098811d6cb39f3a7bc4e95642c65b222c425494b;p=file Add RCS ID keywords. --- diff --git a/doc/file.man b/doc/file.man index 9324dcd8..03d67ba6 100644 --- a/doc/file.man +++ b/doc/file.man @@ -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 diff --git a/src/Makefile b/src/Makefile index 66d40411..932616d7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)) >$@ diff --git a/src/tar.h b/src/tar.h index 652e518e..fd6f0c94 100644 --- 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 */ /*