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

Diff for /mandoc/Makefile between version 1.479 and 1.481

version 1.479, 2015/11/07 21:38:28 version 1.481, 2016/04/15 21:20:11
Line 138  DISTFILES  = INSTALL \
Line 138  DISTFILES  = INSTALL \
                    makewhatis.8 \                     makewhatis.8 \
                    man.1 \                     man.1 \
                    man.7 \                     man.7 \
                      man.cgi.3 \
                    man.cgi.8 \                     man.cgi.8 \
                    man.conf.5 \                     man.conf.5 \
                    man.h \                     man.h \
Line 268  SOELIM_OBJS  = soelim.o \
Line 269  SOELIM_OBJS  = soelim.o \
                    compat_err.o \                     compat_err.o \
                    compat_getline.o \                     compat_getline.o \
                    compat_progname.o \                     compat_progname.o \
                      compat_reallocarray.o \
                    compat_stringlist.o                     compat_stringlist.o
   
 WWW_MANS         = apropos.1.html \  WWW_MANS         = apropos.1.html \
Line 292  WWW_MANS  = apropos.1.html \
Line 294  WWW_MANS  = apropos.1.html \
                    roff.7.html \                     roff.7.html \
                    tbl.7.html \                     tbl.7.html \
                    makewhatis.8.html \                     makewhatis.8.html \
                      man.cgi.3.html \
                    man.cgi.8.html \                     man.cgi.8.html \
                    man.h.html \                     man.h.html \
                    manconf.h.html \                     manconf.h.html \
Line 417  man.cgi: $(CGI_OBJS) libmandoc.a
Line 420  man.cgi: $(CGI_OBJS) libmandoc.a
 demandoc: $(DEMANDOC_OBJS) libmandoc.a  demandoc: $(DEMANDOC_OBJS) libmandoc.a
         $(CC) $(LDFLAGS) -o $@ $(DEMANDOC_OBJS) libmandoc.a $(DBLIB)          $(CC) $(LDFLAGS) -o $@ $(DEMANDOC_OBJS) libmandoc.a $(DBLIB)
   
 soelim: $(SOELIM_OBJS) compat_reallocarray.o  soelim: $(SOELIM_OBJS)
         $(CC) $(LDFLAGS) -o $@ $(SOELIM_OBJS) compat_reallocarray.o          $(CC) $(LDFLAGS) -o $@ $(SOELIM_OBJS)
   
 # --- maintainer targets ---  # --- maintainer targets ---
   

Legend:
Removed from v.1.479  
changed lines
  Added in v.1.481

CVSweb