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

Diff for /mandoc/Makefile between version 1.398 and 1.399

version 1.398, 2012/06/09 11:27:38 version 1.399, 2012/06/09 14:11:15
Line 26  CFLAGS   += -DUSE_WCHAR
Line 26  CFLAGS   += -DUSE_WCHAR
 # If your system has manpath(1), uncomment this.  This is most any  # If your system has manpath(1), uncomment this.  This is most any
 # system that's not OpenBSD or NetBSD.  If uncommented, manpage(1) and  # system that's not OpenBSD or NetBSD.  If uncommented, manpage(1) and
 # mandocdb(8) will use manpath(1) to get the MANPATH variable.  # mandocdb(8) will use manpath(1) to get the MANPATH variable.
 CFLAGS          += -DUSE_MANPATH  #CFLAGS         += -DUSE_MANPATH
   
 # If your system supports static binaries only, uncomment this.  This  # If your system supports static binaries only, uncomment this.  This
 # appears only to be BSD UNIX systems (Mac OS X has no support and Linux  # appears only to be BSD UNIX systems (Mac OS X has no support and Linux
Line 107  SRCS   = Makefile \
Line 107  SRCS   = Makefile \
                    mandoc_char.7 \                     mandoc_char.7 \
                    mandocdb.8 \                     mandocdb.8 \
                    mandocdb.c \                     mandocdb.c \
                    mandocdb.h \  
                    manpath.c \                     manpath.c \
                    manpath.h \                     manpath.h \
                    mdoc.7 \                     mdoc.7 \
Line 234  MANDOC_OBJS  = $(MANDOC_HTML_OBJS) \
Line 233  MANDOC_OBJS  = $(MANDOC_HTML_OBJS) \
 $(MANDOC_OBJS): main.h mandoc.h mdoc.h man.h config.h out.h  $(MANDOC_OBJS): main.h mandoc.h mdoc.h man.h config.h out.h
   
 MANDOCDB_OBJS    = mandocdb.o manpath.o  MANDOCDB_OBJS    = mandocdb.o manpath.o
 $(MANDOCDB_OBJS): mandocdb.h mandoc.h mdoc.h man.h config.h manpath.h  $(MANDOCDB_OBJS): mansearch.h mandoc.h mdoc.h man.h config.h manpath.h
   
 PRECONV_OBJS     = preconv.o  PRECONV_OBJS     = preconv.o
 $(PRECONV_OBJS): config.h  $(PRECONV_OBJS): config.h
   
 APROPOS_OBJS     = apropos.o mansearch.o manpath.o  APROPOS_OBJS     = apropos.o mansearch.o manpath.o
 $(APROPOS_OBJS): config.h manpath.h mandocdb.h mansearch.h  $(APROPOS_OBJS): config.h manpath.h mansearch.h
   
 MANPAGE_OBJS     = manpage.o mansearch.o manpath.o  MANPAGE_OBJS     = manpage.o mansearch.o manpath.o
 $(MANPAGE_OBJS): config.h manpath.h mandocdb.h mansearch.h  $(MANPAGE_OBJS): config.h manpath.h mansearch.h
   
 DEMANDOC_OBJS    = demandoc.o  DEMANDOC_OBJS    = demandoc.o
 $(DEMANDOC_OBJS): config.h  $(DEMANDOC_OBJS): config.h

Legend:
Removed from v.1.398  
changed lines
  Added in v.1.399

CVSweb