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

Diff for /texi2mdoc/Makefile between version 1.10 and 1.11

version 1.10, 2015/02/26 10:43:24 version 1.11, 2015/03/13 08:07:33
Line 34  installwww: www
Line 34  installwww: www
 $(OBJS): extern.h  $(OBJS): extern.h
   
 afl/texi2mdoc: extern.h $(SRCS)  afl/texi2mdoc: extern.h $(SRCS)
         afl-clang -o $@ $(SRCS)          $(CC) -o $@ $(SRCS)
   
 index.html: index.xml $(VERSIONS)  index.html: index.xml $(VERSIONS)
         sblg -o- -t index.xml $(VERSIONS) | sed "s!@VERSION@!$(VERSION)!g" >$@          sblg -o- -t index.xml $(VERSIONS) | sed "s!@VERSION@!$(VERSION)!g" >$@

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

CVSweb