[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / texi2mdoc

Diff for /texi2mdoc/Makefile between version 1.7 and 1.8

version 1.7, 2015/02/23 15:26:26 version 1.8, 2015/02/24 14:35:40
Line 1 
Line 1 
 CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings  CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
 OBJS = main.o util.o  OBJS = main.o util.o
 SRCS = main.c util.c  SRCS = main.c util.c
 VERSIONS = version_0_1_1.xml  VERSIONS = version_0_1_1.xml \
              version_0_1_2.xml
 VERSION = 0.1.1  VERSION = 0.1.1
 PREFIX = /usr/local  PREFIX = /usr/local
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb