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

Diff for /mandoc/Makefile between version 1.484 and 1.485

version 1.484, 2016/07/07 23:46:36 version 1.485, 2016/07/08 20:46:10
Line 31  TESTSRCS  = test-dirent-namlen.c \
Line 31  TESTSRCS  = test-dirent-namlen.c \
                    test-pledge.c \                     test-pledge.c \
                    test-progname.c \                     test-progname.c \
                    test-reallocarray.c \                     test-reallocarray.c \
                      test-rewb-bsd.c \
                      test-rewb-sysv.c \
                    test-sqlite3.c \                     test-sqlite3.c \
                    test-sqlite3_errstr.c \                     test-sqlite3_errstr.c \
                    test-strcasestr.c \                     test-strcasestr.c \
Line 165  DISTFILES  = INSTALL \
Line 167  DISTFILES  = INSTALL \
                    predefs.in \                     predefs.in \
                    roff.7 \                     roff.7 \
                    roff.h \                     roff.h \
                      roff_int.h \
                    soelim.1 \                     soelim.1 \
                    st.in \                     st.in \
                    tag.h \                     tag.h \
Line 440  depend: config.h
Line 443  depend: config.h
                 s|\\\n||g; s|  +| |g; s| $$||mg; print;' \                  s|\\\n||g; s|  +| |g; s| $$||mg; print;' \
                 Makefile.depend > Makefile.tmp                  Makefile.depend > Makefile.tmp
         mv Makefile.tmp Makefile.depend          mv Makefile.tmp Makefile.depend
   
   dist: mdocml.sha256
   
 mdocml.sha256: mdocml.tar.gz  mdocml.sha256: mdocml.tar.gz
         sha256 mdocml.tar.gz > $@          sha256 mdocml.tar.gz > $@

Legend:
Removed from v.1.484  
changed lines
  Added in v.1.485

CVSweb