diff options
author | wosch <wosch@FreeBSD.org> | 1997-02-16 12:33:56 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-02-16 12:33:56 +0000 |
commit | c5999ae21f58e72a105e9a78114ed8acb1fd5ea1 (patch) | |
tree | 943633833239ef3f908496ff70c8395ecc519704 /share | |
parent | 39a1732e8671f77aab245ba6a6c7a1feb7ff1f56 (diff) | |
download | FreeBSD-src-c5999ae21f58e72a105e9a78114ed8acb1fd5ea1.zip FreeBSD-src-c5999ae21f58e72a105e9a78114ed8acb1fd5ea1.tar.gz |
Lowercase file name for contents. All other directories (psd, smm, usd)
use the file name "contents".
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/papers/contents/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/papers/contents/Makefile b/share/doc/papers/contents/Makefile index 187ed69..bb79a9e 100644 --- a/share/doc/papers/contents/Makefile +++ b/share/doc/papers/contents/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ VOLUME= papers -DOC= CONTENTS +DOC= contents SRCS= contents.ms FILES= ${SRCS} |