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

Diff for /mandoc/Makefile between version 1.317 and 1.318

version 1.317, 2011/03/22 10:02:50 version 1.318, 2011/03/22 10:13:01
Line 94  DATAS    = arch.in att.in lib.in msec.in st.in \
Line 94  DATAS    = arch.in att.in lib.in msec.in st.in \
              vol.in chars.in               vol.in chars.in
   
 HEADS      = mdoc.h libmdoc.h man.h libman.h term.h \  HEADS      = mdoc.h libmdoc.h man.h libman.h term.h \
              libmandoc.h html.h chars.h out.h main.h \               libmandoc.h html.h out.h main.h \
              mandoc.h libroff.h               mandoc.h libroff.h
   
 GSGMLS     = mandoc.1.sgml mdoc.7.sgml \  GSGMLS     = mandoc.1.sgml mdoc.7.sgml \
Line 207  arch.ln arch.o: arch.c arch.in libmdoc.h
Line 207  arch.ln arch.o: arch.c arch.in libmdoc.h
   
 vol.ln vol.o: vol.c vol.in libmdoc.h  vol.ln vol.o: vol.c vol.in libmdoc.h
   
 chars.ln chars.o: chars.c chars.in chars.h  chars.ln chars.o: chars.c chars.in
   
 msec.ln msec.o: msec.c msec.in libmdoc.h  msec.ln msec.o: msec.c msec.in libmdoc.h
   
Line 229  main.ln main.o: main.c mdoc.h man.h 
Line 229  main.ln main.o: main.c mdoc.h man.h 
   
 compat.ln compat.o: compat.c  compat.ln compat.o: compat.c
   
 term.ln term.o: term.c term.h man.h mdoc.h chars.h  term.ln term.o: term.c term.h man.h mdoc.h
   
 term_ps.ln term_ps.o: term_ps.c term.h main.h  term_ps.ln term_ps.o: term_ps.c term.h main.h
   
 term_ascii.ln term_ascii.o: term_ascii.c term.h main.h  term_ascii.ln term_ascii.o: term_ascii.c term.h main.h
   
 html.ln html.o: html.c html.h chars.h  html.ln html.o: html.c html.h
   
 mdoc_html.ln mdoc_html.o: mdoc_html.c html.h mdoc.h  mdoc_html.ln mdoc_html.o: mdoc_html.c html.h mdoc.h
   

Legend:
Removed from v.1.317  
changed lines
  Added in v.1.318

CVSweb