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

Diff for /mandoc/Makefile between version 1.508 and 1.512

version 1.508, 2017/04/24 23:32:00 version 1.512, 2017/05/07 17:31:45
Line 85  SRCS   = att.c \
Line 85  SRCS   = att.c \
                    lib.c \                     lib.c \
                    main.c \                     main.c \
                    man.c \                     man.c \
                    man_hash.c \  
                    man_html.c \                     man_html.c \
                    man_macro.c \                     man_macro.c \
                    man_term.c \                     man_term.c \
Line 99  SRCS   = att.c \
Line 98  SRCS   = att.c \
                    mansearch.c \                     mansearch.c \
                    mdoc.c \                     mdoc.c \
                    mdoc_argv.c \                     mdoc_argv.c \
                    mdoc_hash.c \  
                    mdoc_html.c \                     mdoc_html.c \
                    mdoc_macro.c \                     mdoc_macro.c \
                    mdoc_man.c \                     mdoc_man.c \
Line 112  SRCS   = att.c \
Line 110  SRCS   = att.c \
                    preconv.c \                     preconv.c \
                    read.c \                     read.c \
                    roff.c \                     roff.c \
                      roff_html.c \
                      roff_term.c \
                      roff_validate.c \
                    soelim.c \                     soelim.c \
                    st.c \                     st.c \
                    tag.c \                     tag.c \
Line 124  SRCS   = att.c \
Line 125  SRCS   = att.c \
                    term.c \                     term.c \
                    term_ascii.c \                     term_ascii.c \
                    term_ps.c \                     term_ps.c \
                      term_tab.c \
                    tree.c                     tree.c
   
 DISTFILES        = INSTALL \  DISTFILES        = INSTALL \
Line 198  DISTFILES  = INSTALL \
Line 200  DISTFILES  = INSTALL \
                    $(TESTSRCS)                     $(TESTSRCS)
   
 LIBMAN_OBJS      = man.o \  LIBMAN_OBJS      = man.o \
                    man_hash.o \  
                    man_macro.o \                     man_macro.o \
                    man_validate.o                     man_validate.o
   
Line 206  LIBMDOC_OBJS  = att.o \
Line 207  LIBMDOC_OBJS  = att.o \
                    lib.o \                     lib.o \
                    mdoc.o \                     mdoc.o \
                    mdoc_argv.o \                     mdoc_argv.o \
                    mdoc_hash.o \  
                    mdoc_macro.o \                     mdoc_macro.o \
                    mdoc_state.o \                     mdoc_state.o \
                    mdoc_validate.o \                     mdoc_validate.o \
Line 214  LIBMDOC_OBJS  = att.o \
Line 214  LIBMDOC_OBJS  = att.o \
   
 LIBROFF_OBJS     = eqn.o \  LIBROFF_OBJS     = eqn.o \
                    roff.o \                     roff.o \
                      roff_validate.o \
                    tbl.o \                     tbl.o \
                    tbl_data.o \                     tbl_data.o \
                    tbl_layout.o \                     tbl_layout.o \
Line 250  MANDOC_HTML_OBJS = eqn_html.o \
Line 251  MANDOC_HTML_OBJS = eqn_html.o \
                    html.o \                     html.o \
                    man_html.o \                     man_html.o \
                    mdoc_html.o \                     mdoc_html.o \
                      roff_html.o \
                    tbl_html.o                     tbl_html.o
   
 MANDOC_TERM_OBJS = eqn_term.o \  MANDOC_TERM_OBJS = eqn_term.o \
                    man_term.o \                     man_term.o \
                    mdoc_term.o \                     mdoc_term.o \
                      roff_term.o \
                    term.o \                     term.o \
                    term_ascii.o \                     term_ascii.o \
                    term_ps.o \                     term_ps.o \
                      term_tab.o \
                    tbl_term.o                     tbl_term.o
   
 DBM_OBJS         = dbm.o \  DBM_OBJS         = dbm.o \

Legend:
Removed from v.1.508  
changed lines
  Added in v.1.512

CVSweb