pre2html

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/pre2html.git/
Log | Files | Refs

commit 896a6f1ea6ed48b2de233c06ca407d39b8c1d0b2
parent 38583475a74914a4c9ef1012ff23a3fe747e0ae1
Author: Tomas Hlavaty <tom@logand.com>
Date:   Tue,  6 Sep 2011 20:37:09 +0200

renamed text2html to pre2html for uniqueness

Diffstat:
MMakefile | 4++--
Rtext2html.c -> pre2html.c | 0
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ CFLAGS = -O2 -all: text2html +all: pre2html -text2html: text2html.o +pre2html: pre2html.o $(CC) -o $@ $< strip $@ diff --git a/text2html.c b/pre2html.c