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

Diff for /texi2mdoc/Makefile between version 1.11 and 1.12

version 1.11, 2015/03/13 08:07:33 version 1.12, 2015/03/19 09:53:35
Line 1 
Line 1 
 VERSION  = 0.1.2  VERSION  = 0.1.2
   
 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
 AFLS     = afl/in/test01.texi \  AFLS     = afl/in/test01.texi \
            afl/in/test02.texi             afl/in/test02.texi
 VERSIONS = version_0_1_1.xml \  VERSIONS = version_0_1_1.xml \
            version_0_1_2.xml             version_0_1_2.xml
 PREFIX   = /usr/local  PREFIX   = /usr/local
   
 all: texi2mdoc  all: texi2mdoc
   
Line 33  installwww: www
Line 33  installwww: www
   
 $(OBJS): extern.h  $(OBJS): extern.h
   
 afl/texi2mdoc: extern.h $(SRCS)  afl/texi2mdoc: extern.h $(SRCS)
         $(CC) -o $@ $(SRCS)          $(CC) -o $@ $(SRCS)
   
 index.html: index.xml $(VERSIONS)  index.html: index.xml $(VERSIONS)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb