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

Diff for /mandoc/Makefile between version 1.343 and 1.345

version 1.343, 2011/05/26 00:30:11 version 1.345, 2011/05/26 14:43:07
Line 32  INSTALL_DATA  = $(INSTALL) -m 0444
Line 32  INSTALL_DATA  = $(INSTALL) -m 0444
 INSTALL_LIB      = $(INSTALL) -m 0644  INSTALL_LIB      = $(INSTALL) -m 0644
 INSTALL_MAN      = $(INSTALL_DATA)  INSTALL_MAN      = $(INSTALL_DATA)
   
 all: mandoc  all: mandoc preconv
   
 SRCS             = Makefile \  SRCS             = Makefile \
                    arch.c \                     arch.c \
Line 88  SRCS   = Makefile \
Line 88  SRCS   = Makefile \
                    msec.in \                     msec.in \
                    out.c \                     out.c \
                    out.h \                     out.h \
                      preconv.1 \
                      preconv.c \
                    predefs.in \                     predefs.in \
                    read.c \                     read.c \
                    roff.7 \                     roff.7 \
Line 268  INDEX_MANS  = makewhatis.1.html \
Line 270  INDEX_MANS  = makewhatis.1.html \
                    mdoc.7.ps \                     mdoc.7.ps \
                    mdoc.7.pdf \                     mdoc.7.pdf \
                    mdoc.7.txt \                     mdoc.7.txt \
                      preconv.1.html \
                      preconv.1.xhtml \
                      preconv.1.ps \
                      preconv.1.pdf \
                      preconv.1.txt \
                    roff.7.html \                     roff.7.html \
                    roff.7.xhtml \                     roff.7.xhtml \
                    roff.7.ps \                     roff.7.ps \

Legend:
Removed from v.1.343  
changed lines
  Added in v.1.345

CVSweb