prout

smaller "lp" command
git clone git://git.2f30.org/prout
Log | Files | Refs | README | LICENSE

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:
MMakefile | 2+-
Dman/pp.1.gz | 0
Aman/prout.1.gz | 0
Rsrc/pp.c -> src/prout.c | 0
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