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

Diff for /mandoc/Makefile between version 1.393 and 1.395

version 1.393, 2012/03/23 02:53:18 version 1.395, 2012/03/24 01:54:43
Line 12 
Line 12 
 #  #
 # CFLAGS        += -DOSNAME="\"OpenBSD 4.5\""  # CFLAGS        += -DOSNAME="\"OpenBSD 4.5\""
   
 VERSION          = 1.12.0  VERSION          = 1.12.1
 VDATE            = 8 October 2011  VDATE            = 23 March 2012
   
 # IFF your system supports multi-byte functions (setlocale(), wcwidth(),  # IFF your system supports multi-byte functions (setlocale(), wcwidth(),
 # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a  # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a
Line 142  SRCS   = Makefile \
Line 142  SRCS   = Makefile \
                    preconv.c \                     preconv.c \
                    predefs.in \                     predefs.in \
                    read.c \                     read.c \
                    regress \  
                    roff.7 \                     roff.7 \
                    roff.c \                     roff.c \
                    st.c \                     st.c \
Line 453  clean:
Line 452  clean:
         rm -f config.h config.log $(COMPAT_OBJS) $(COMPAT_LNS)          rm -f config.h config.log $(COMPAT_OBJS) $(COMPAT_LNS)
         rm -f mdocml.tar.gz mdocml-win32.zip mdocml-win64.zip mdocml-macosx.zip          rm -f mdocml.tar.gz mdocml-win32.zip mdocml-win64.zip mdocml-macosx.zip
         rm -f index.html $(INDEX_OBJS)          rm -f index.html $(INDEX_OBJS)
         rm -rf test-fgetln.DSYM          rm -rf test-fgetln.dSYM
         rm -rf test-strlcpy.DSYM          rm -rf test-strlcpy.dSYM
         rm -rf test-strlcat.DSYM          rm -rf test-strlcat.dSYM
         rm -rf test-strptime.DSYM          rm -rf test-strptime.dSYM
         rm -rf test-mmap.DSYM          rm -rf test-mmap.dSYM
         rm -rf test-getsubopt.DSYM          rm -rf test-getsubopt.dSYM
           rm -rf apropos.dSYM
           rm -rf catman.dSYM
           rm -rf mandocdb.dSYM
           rm -rf whatis.dSYM
   
 install: all  install: all
         mkdir -p $(DESTDIR)$(BINDIR)          mkdir -p $(DESTDIR)$(BINDIR)

Legend:
Removed from v.1.393  
changed lines
  Added in v.1.395

CVSweb