summaryrefslogtreecommitdiff
path: root/lib/libkeynote/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkeynote/Makefile.in')
-rw-r--r--lib/libkeynote/Makefile.in25
1 files changed, 13 insertions, 12 deletions
diff --git a/lib/libkeynote/Makefile.in b/lib/libkeynote/Makefile.in
index 0a28496491e..14f97cbfce3 100644
--- a/lib/libkeynote/Makefile.in
+++ b/lib/libkeynote/Makefile.in
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.in,v 1.6 1999/10/11 00:09:33 angelos Exp $
+# $OpenBSD: Makefile.in,v 1.7 1999/10/26 22:31:37 angelos Exp $
#
# The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
#
@@ -18,9 +18,9 @@
# MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR
# PURPOSE.
-VERSION = 2.1
+VERSION = 2.2
DISTFILE = keynote-${VERSION}.tar.gz
-KNSUBDIR = KeyNote-${VERSION}
+KNSUBDIR = keynote-${VERSION}
LEX = @LEX@
CC = @CC@
@@ -53,7 +53,7 @@ SSLKEY = testsuite/test.key.pem
SIGN_ASSERT = testsuite/test-assertion1-signed
# No-crypto compile/link flags and definitions
-NOCRYPTODEFS = @DEFS@
+NOCRYPTODEFS = @DEFS@ @CPPFLAGS@
# Final compile/link flags and definitions
DEFS = -DCRYPTO ${NOCRYPTODEFS}
@@ -122,6 +122,7 @@ cleanall: clean
$(RM) $(RMFLAGS) lex.kv.c y.output z.output ${DISTFILE}
$(RM) $(RMFLAGS) $(TARGET) $(TARGET2) man/*.0 config.cache
$(RM) $(RMFLAGS) config.log config.status config.h Makefile
+ $(RM) $(RMFLAGS) man/*.cat?
$(SSLCERT) $(SSLKEY):
$(SSLEAY) req -config $(SSLCONF) \
@@ -150,19 +151,19 @@ test: all
-l testsuite/test-assertion6 \
-l testsuite/test-assertion7 || ${TRUE}
-manpages: mankeynote mansystem manutility mansyntax
+manpages: mansyntax mankeynote mansystem manutility mansyntax
+
+mansyntax:
+ ${NROFF} ${NROFFFLAGS} man/keynote.5 > man/keynote.cat5
mankeynote:
- ${NROFF} ${NROFFFLAGS} man/keynote.3 > man/keynote-library.0
+ ${NROFF} ${NROFFFLAGS} man/keynote.3 > man/keynote.cat3
mansystem:
- ${NROFF} ${NROFFFLAGS} man/keynote.4 > man/keynote-system.0
+ ${NROFF} ${NROFFFLAGS} man/keynote.4 > man/keynote.cat4
manutility:
- ${NROFF} ${NROFFFLAGS} man/keynote.1 > man/keynote-utility.0
-
-mansyntax:
- ${NROFF} ${NROFFFLAGS} man/keynote.5 > man/keynote-syntax.0
+ ${NROFF} ${NROFFFLAGS} man/keynote.1 > man/keynote.cat1
distribution: test cleanall manpages
${MKDIR} ${KNSUBDIR}
@@ -172,4 +173,4 @@ distribution: test cleanall manpages
${KNSUBDIR}/.cvsignore ${KNSUBDIR}/man/CVS \
${KNSUBDIR}/man/.cvsignore ${KNSUBDIR}/doc/CVS
$(TAR) $(TARFLAGS) ${KNSUBDIR}
- ${RM} ${RMFLAGS2} ${KNSUBDIR} man/*.0
+ ${RM} ${RMFLAGS2} ${KNSUBDIR} man/*.0 man/*.cat?