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

Diff for /mandoc/Makefile between version 1.464 and 1.465

version 1.464, 2015/07/14 23:16:29 version 1.465, 2015/07/17 22:38:29
Line 93  SRCS   = att.c \
Line 93  SRCS   = att.c \
                    roff.c \                     roff.c \
                    soelim.c \                     soelim.c \
                    st.c \                     st.c \
                      tag.c \
                    tbl.c \                     tbl.c \
                    tbl_data.c \                     tbl_data.c \
                    tbl_html.c \                     tbl_html.c \
Line 160  DISTFILES  = INSTALL \
Line 161  DISTFILES  = INSTALL \
                    soelim.1 \                     soelim.1 \
                    st.in \                     st.in \
                    style.css \                     style.css \
                      tag.h \
                    tbl.3 \                     tbl.3 \
                    tbl.7 \                     tbl.7 \
                    term.h \                     term.h \
Line 234  BASE_OBJS  = $(MANDOC_HTML_OBJS) \
Line 236  BASE_OBJS  = $(MANDOC_HTML_OBJS) \
                    main.o \                     main.o \
                    manpath.o \                     manpath.o \
                    out.o \                     out.o \
                      tag.o \
                    tree.o                     tree.o
   
 MAIN_OBJS        = $(BASE_OBJS)  MAIN_OBJS        = $(BASE_OBJS)

Legend:
Removed from v.1.464  
changed lines
  Added in v.1.465

CVSweb