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

Diff for /mandoc/Makefile between version 1.395.2.21 and 1.395.2.22

version 1.395.2.21, 2014/08/05 01:07:42 version 1.395.2.22, 2014/08/05 01:46:07
Line 44  MANDIR   = $(PREFIX)/man
Line 44  MANDIR   = $(PREFIX)/man
 EXAMPLEDIR       = $(PREFIX)/share/examples/mandoc  EXAMPLEDIR       = $(PREFIX)/share/examples/mandoc
   
 INSTALL          = install  INSTALL          = install
 INSTALL_PROGRAM  = $(INSTALL) -m 0755  INSTALL_PROGRAM  = $(INSTALL) -m 0555
 INSTALL_DATA     = $(INSTALL) -m 0444  INSTALL_DATA     = $(INSTALL) -m 0444
 INSTALL_LIB      = $(INSTALL) -m 0644  INSTALL_LIB      = $(INSTALL) -m 0444
 INSTALL_SOURCE   = $(INSTALL) -m 0644  INSTALL_SOURCE   = $(INSTALL) -m 0644
 INSTALL_MAN      = $(INSTALL_DATA)  INSTALL_MAN      = $(INSTALL_DATA)
   
Line 82  TESTSRCS  = test-betoh64.c \
Line 82  TESTSRCS  = test-betoh64.c \
                    test-getsubopt.c \                     test-getsubopt.c \
                    test-mmap.c \                     test-mmap.c \
                    test-reallocarray.c \                     test-reallocarray.c \
                      test-strcasestr.c \
                    test-strlcat.c \                     test-strlcat.c \
                    test-strlcpy.c \                     test-strlcpy.c \
                    test-strptime.c                     test-strptime.c \
                      test-strsep.c
   
 SRCS             = LICENSE \  SRCS             = LICENSE \
                    Makefile \                     Makefile \
Line 143  SRCS   = LICENSE \
Line 145  SRCS   = LICENSE \
                    mandoc_aux.c \                     mandoc_aux.c \
                    mandoc_aux.h \                     mandoc_aux.h \
                    mandoc_char.7 \                     mandoc_char.7 \
                      mandoc_html.3 \
                    mandocdb.8 \                     mandocdb.8 \
                    mandocdb.c \                     mandocdb.c \
                    mandocdb.h \                     mandocdb.h \
Line 292  WWW_MANS  = apropos.1.html \
Line 295  WWW_MANS  = apropos.1.html \
                    preconv.1.html \                     preconv.1.html \
                    whatis.1.html \                     whatis.1.html \
                    mandoc.3.html \                     mandoc.3.html \
                      mandoc_html.3.html \
                    tbl.3.html \                     tbl.3.html \
                    eqn.7.html \                     eqn.7.html \
                    man.7.html \                     man.7.html \

Legend:
Removed from v.1.395.2.21  
changed lines
  Added in v.1.395.2.22

CVSweb