From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]); by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 166ba455; for ; Thu, 19 Mar 2015 04:54:06 -0500 (EST) Date: Thu, 19 Mar 2015 04:54:06 -0500 (EST) Message-Id: <17660593286406695388.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: texi2mdoc: zap trailing whitespace; verified with diff -b; patch from X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- zap trailing whitespace; verified with diff -b; patch from Svyatoslav Mishyn Modified Files: -------------- texi2mdoc: Makefile index.xml main.c util.c Revision Data ------------- Index: Makefile =================================================================== RCS file: /home/cvs/mdocml/texi2mdoc/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -LMakefile -LMakefile -u -p -r1.11 -r1.12 --- Makefile +++ Makefile @@ -1,13 +1,13 @@ VERSION = 0.1.2 -CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -OBJS = main.o util.o -SRCS = main.c util.c +CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings +OBJS = main.o util.o +SRCS = main.c util.c AFLS = afl/in/test01.texi \ afl/in/test02.texi VERSIONS = version_0_1_1.xml \ version_0_1_2.xml -PREFIX = /usr/local +PREFIX = /usr/local all: texi2mdoc @@ -33,7 +33,7 @@ installwww: www $(OBJS): extern.h -afl/texi2mdoc: extern.h $(SRCS) +afl/texi2mdoc: extern.h $(SRCS) $(CC) -o $@ $(SRCS) index.html: index.xml $(VERSIONS) Index: index.xml =================================================================== RCS file: /home/cvs/mdocml/texi2mdoc/index.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -Lindex.xml -Lindex.xml -u -p -r1.5 -r1.6 --- index.xml +++ index.xml @@ -2,7 +2,7 @@ - + texi2mdoc | Convert texinfo data to mdoc input