name is cpp.ansi
authorceriel <none@none>
Tue, 19 Dec 1989 11:12:17 +0000 (11:12 +0000)
committerceriel <none@none>
Tue, 19 Dec 1989 11:12:17 +0000 (11:12 +0000)
lang/cem/cpp.ansi/Makefile
lang/cem/cpp.ansi/ncpp.6

index 723731d..ed8de7b 100644 (file)
@@ -19,7 +19,7 @@ LIBS = $(PRTLIB) $(STRLIB) $(ALLOCLIB) $(MALLOC) $(ASSERTLIB) $(SYSLIB)
 LIB_INCLUDES = -I$(MODULES)/h -I$(MODULES)/pkg
 
 # Where to install the preprocessor
-CEMPP = $(BIN)/ncpp
+CEMPP = $(BIN)/cpp.ansi
 
 TABGEN = $(EMHOME)/bin/tabgen
 
@@ -120,12 +120,12 @@ cfiles: hfiles LLfiles $(GSRC) $(GSTRSRC)
 install: all
        rm -f $(CEMPP)
        cp ncpp $(CEMPP)
-       rm -f $(MANDIR)/ncpp.6
-       cp ncpp.6 $(MANDIR)/ncpp.6
+       rm -f $(MANDIR)/cpp.ansi.6
+       cp ncpp.6 $(MANDIR)/cpp.ansi.6
 
 cmp:   all
        -cmp ncpp $(CEMPP)
-       -cmp ncpp.6 $(MANDIR)/ncpp.6
+       -cmp ncpp.6 $(MANDIR)/cpp.ansi.6
 
 pr: 
        @pr $(PRFILES)
index d72f726..ce64aeb 100644 (file)
@@ -1,11 +1,11 @@
-.TH NCPP 6ACK
+.TH CPP.ANSI 6ACK
 .ad
 .SH NAME
-ncpp \- New C Pre-Processor
+cpp.ansi \- ANSI C Pre-Processor
 .SH SYNOPSIS
-ncpp [\-options] [ file ]
+cpp.ansi [\-options] [ file ]
 .SH DESCRIPTION
-.I Ncpp
+.I Cpp.ansi
 reads a file, expands macros and include
 files, and writes an input file for the C compiler.
 All output is to standard output.
@@ -69,6 +69,3 @@ L. Rosler,
 Draft Proposed Standard - Programming Language C,
 .R
 ANSI X3J11 Language Subcommittee
-.SH AUTHOR
-Leendert van Doorn
-