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

Diff for /mandoc/Makefile between version 1.339 and 1.340

version 1.339, 2011/05/17 22:32:45 version 1.340, 2011/05/18 09:45:21
Line 14 
Line 14 
 VERSION          = 1.11.2  VERSION          = 1.11.2
 VDATE            = 12 May 2011  VDATE            = 12 May 2011
 # If your system doesn't support multi-byte functions (specifically  # If your system doesn't support multi-byte functions (specifically
 # setlocale(), wcwidth(), putwchar()), then remove -DUSE_CHAR.  You'll  # setlocale(), wcwidth(), putwchar()), then remove -DUSE_WCHAR.  You'll
 # still be able to use -Tlocale, but it becomes a synonym for -Tascii.  # still be able to use -Tlocale, but it becomes a synonym for -Tascii.
 CFLAGS          += -g -DUSE_WCHAR -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\""  CFLAGS          += -g -DUSE_WCHAR -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\""
 CFLAGS          += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings  CFLAGS          += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings

Legend:
Removed from v.1.339  
changed lines
  Added in v.1.340

CVSweb