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

Diff for /mandoc/Makefile between version 1.483 and 1.485

version 1.483, 2016/05/18 23:51:16 version 1.485, 2016/07/08 20:46:10
Line 15 
Line 15 
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF  # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   
 VERSION = 1.13.3  VERSION = 1.13.4
   
 # === LIST OF FILES ====================================================  # === LIST OF FILES ====================================================
   
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.483  
changed lines
  Added in v.1.485

CVSweb