diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-25 08:55:47 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-25 08:55:47 +0000 |
commit | 1ce6b93097d994e7388957bdad07c32c5ad642c6 (patch) | |
tree | 6883f023df66bf0b88f401562ac929801b098c15 /share/doc/psd/06.Clang/Makefile | |
parent | b4740bfe12e3ecb9762d15a52f00f5fa47018803 (diff) |
Preprocess with tbl(1).
Notes
Notes:
svn path=/head/; revision=105922
Diffstat (limited to 'share/doc/psd/06.Clang/Makefile')
-rw-r--r-- | share/doc/psd/06.Clang/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/doc/psd/06.Clang/Makefile b/share/doc/psd/06.Clang/Makefile index 6a86e2669472..3e069143a6ac 100644 --- a/share/doc/psd/06.Clang/Makefile +++ b/share/doc/psd/06.Clang/Makefile @@ -5,4 +5,6 @@ VOLUME= psd/06.Clang SRCS= Clang.ms MACROS= -ms +USE_TBL= YES + .include <bsd.doc.mk> |