commit 52da6dce6856811d6c4051b402b561f6d290fad9
parent cc30429e80a42ed149352dd62a36823edf65b707
Author: Willy Goiffon <w.goiffon@gmail.com>
Date: Tue, 15 Oct 2013 16:15:44 +0200
Changed the program name
Diffstat:
4 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -1,7 +1,7 @@
#irc.freenode.net# BEGINNING OF THE FILE
# Compilation settings
-PROG=pp
+PROG=prout
CC=gcc
CFLAGS+=-Wall -I inc -pedantic `cups-config --cflags`
LDFLAGS+=`cups-config --libs`
diff --git a/man/pp.1.gz b/man/pp.1.gz
Binary files differ.
diff --git a/man/prout.1.gz b/man/prout.1.gz
Binary files differ.
diff --git a/src/pp.c b/src/prout.c