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

Diff for /mandoc/Makefile between version 1.446 and 1.449

version 1.446, 2014/11/28 18:09:01 version 1.449, 2014/12/01 08:09:26
Line 92  SRCS   = att.c \
Line 92  SRCS   = att.c \
                    term_ascii.c \                     term_ascii.c \
                    term_ps.c \                     term_ps.c \
                    tree.c \                     tree.c \
                    vol.c \  
                    $(TESTSRCS)                     $(TESTSRCS)
   
 DISTFILES        = INSTALL \  DISTFILES        = INSTALL \
Line 102  DISTFILES  = INSTALL \
Line 101  DISTFILES  = INSTALL \
                    NEWS \                     NEWS \
                    TODO \                     TODO \
                    apropos.1 \                     apropos.1 \
                    att.in \  
                    cgi.h.example \                     cgi.h.example \
                    chars.in \                     chars.in \
                    compat_fts.h \                     compat_fts.h \
Line 133  DISTFILES  = INSTALL \
Line 131  DISTFILES  = INSTALL \
                    mandoc_aux.h \                     mandoc_aux.h \
                    mandoc_char.7 \                     mandoc_char.7 \
                    mandoc_escape.3 \                     mandoc_escape.3 \
                      mandoc_headers.3 \
                    mandoc_html.3 \                     mandoc_html.3 \
                    mandoc_malloc.3 \                     mandoc_malloc.3 \
                    manpath.h \                     manpath.h \
Line 150  DISTFILES  = INSTALL \
Line 149  DISTFILES  = INSTALL \
                    tbl.3 \                     tbl.3 \
                    tbl.7 \                     tbl.7 \
                    term.h \                     term.h \
                    vol.in \  
                    $(SRCS)                     $(SRCS)
   
 LIBMAN_OBJS      = man.o \  LIBMAN_OBJS      = man.o \
Line 165  LIBMDOC_OBJS  = att.o \
Line 163  LIBMDOC_OBJS  = att.o \
                    mdoc_hash.o \                     mdoc_hash.o \
                    mdoc_macro.o \                     mdoc_macro.o \
                    mdoc_validate.o \                     mdoc_validate.o \
                    st.o \                     st.o
                    vol.o  
   
 LIBROFF_OBJS     = eqn.o \  LIBROFF_OBJS     = eqn.o \
                    roff.o \                     roff.o \
Line 241  WWW_MANS  = apropos.1.html \
Line 238  WWW_MANS  = apropos.1.html \
                    mandoc.1.html \                     mandoc.1.html \
                    mandoc.3.html \                     mandoc.3.html \
                    mandoc_escape.3.html \                     mandoc_escape.3.html \
                      mandoc_headers.3.html \
                    mandoc_html.3.html \                     mandoc_html.3.html \
                    mandoc_malloc.3.html \                     mandoc_malloc.3.html \
                    mansearch.3.html \                     mansearch.3.html \

Legend:
Removed from v.1.446  
changed lines
  Added in v.1.449

CVSweb