aboutsummaryrefslogtreecommitdiff
path: root/share/doc/psd/06.Clang/Makefile
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2002-05-20 00:47:03 +0000
committerGreg Lehey <grog@FreeBSD.org>2002-05-20 00:47:03 +0000
commit0502712ab06fda236b6989975b67289ffa1dd880 (patch)
tree660ec5600acf5b9d61a9ce8cb07a71ed28103e25 /share/doc/psd/06.Clang/Makefile
parentb4a4ec2e8a9322ecd6b689150f19acbf8a9d52bb (diff)
Unbreak world.
Obtained from: mark Pointy hat to: grog Change msU macros to mU. This is only a partial solution; the whole issue of building the documentation needs to be revisited.
Notes
Notes: svn path=/head/; revision=96964
Diffstat (limited to 'share/doc/psd/06.Clang/Makefile')
-rw-r--r--share/doc/psd/06.Clang/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/share/doc/psd/06.Clang/Makefile b/share/doc/psd/06.Clang/Makefile
index 6116fa405b0d..28bc6871b16e 100644
--- a/share/doc/psd/06.Clang/Makefile
+++ b/share/doc/psd/06.Clang/Makefile
@@ -4,23 +4,5 @@
DIR= psd/06.Clang
SRCS= Clang.ms
MACROS= -ms
-GROFF= groff
-
-all: paper.ps paper.ascii
-
-paper.ps: ${SRCS}
- ${TBL} ${SRCS} | ${GROFF} ${MACROS} - > ${.TARGET}
-
-paper.ascii: ${SRCS}
- ${TBL} ${SRCS} | ${ROFF} ${MACROS} - > ${.TARGET}
-
-paper.ascii.gz: paper.ascii
-paper.ps.gz: paper.ps
-
-paper.ascii.gz paper.ps.gz:
- gzip -f ${.TARGET:.gz=}
-
-clean:
- rm -f paper.* *.spell errs Errs make.out Make.log *~
.include <bsd.doc.mk>