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

Diff for /mandoc/Makefile between version 1.208 and 1.209

version 1.208, 2009/09/16 14:40:56 version 1.209, 2009/09/16 22:17:27
Line 36  MANSRCS    = man_macro.c man.c man_hash.c man_validate
Line 36  MANSRCS    = man_macro.c man.c man_hash.c man_validate
              man_action.c mandoc.c man_argv.c               man_action.c mandoc.c man_argv.c
   
 MAINLNS    = main.ln mdoc_term.ln ascii.ln term.ln tree.ln \  MAINLNS    = main.ln mdoc_term.ln ascii.ln term.ln tree.ln \
              compat.ln man_term.ln               compat.ln man_term.ln html.ln
 MAINOBJS   = main.o mdoc_term.o ascii.o term.o tree.o compat.o \  MAINOBJS   = main.o mdoc_term.o ascii.o term.o tree.o compat.o \
              man_term.o               man_term.o html.o
 MAINSRCS   = main.c mdoc_term.c ascii.c term.c tree.c compat.c \  MAINSRCS   = main.c mdoc_term.c ascii.c term.c tree.c compat.c \
              man_term.c               man_term.c html.c
   
 LLNS       = llib-llibmdoc.ln llib-llibman.ln llib-lmandoc.ln  LLNS       = llib-llibmdoc.ln llib-llibman.ln llib-lmandoc.ln
 LNS        = $(MAINLNS) $(MDOCLNS) $(MANLNS)  LNS        = $(MAINLNS) $(MDOCLNS) $(MANLNS)
Line 155  compat.o: compat.c
Line 155  compat.o: compat.c
   
 term.ln: term.c term.h man.h mdoc.h  term.ln: term.c term.h man.h mdoc.h
 term.o: term.c term.h man.h mdoc.h  term.o: term.c term.h man.h mdoc.h
   
   html.ln: html.c man.h mdoc.h
   html.o: html.c man.h mdoc.h
   
 tree.ln: tree.c man.h mdoc.h  tree.ln: tree.c man.h mdoc.h
 tree.o: tree.c man.h mdoc.h  tree.o: tree.c man.h mdoc.h

Legend:
Removed from v.1.208  
changed lines
  Added in v.1.209

CVSweb