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

Diff for /mandoc/Makefile between version 1.229 and 1.237

version 1.229, 2009/10/18 11:13:39 version 1.237, 2009/10/28 08:00:17
Line 9  INSTALL_DATA = install -m 0444
Line 9  INSTALL_DATA = install -m 0444
 INSTALL_LIB     = install -m 0644  INSTALL_LIB     = install -m 0644
 INSTALL_MAN     = $(INSTALL_DATA)  INSTALL_MAN     = $(INSTALL_DATA)
   
 VERSION    = 1.9.8  VERSION    = 1.9.11
 VDATE      = 10 October 2009  VDATE      = 26 October 2009
   
 VFLAGS     = -DVERSION=\"$(VERSION)\"  VFLAGS     = -DVERSION="\"$(VERSION)\""
 CFLAGS    += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g  CFLAGS    += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g
 CFLAGS    += $(VFLAGS)  CFLAGS    += $(VFLAGS)
   #CFLAGS   += -DOSNAME="\"OpenBSD 4.5\""
 LINTFLAGS += $(VFLAGS)  LINTFLAGS += $(VFLAGS)
   
 MANDOCFLAGS     = -Wall -fstrict  MANDOCFLAGS = -Wall -fstrict
 MANDOCHTML      = -Thtml -ostyle=style.css,man=%N.%S.html,includes=%I.html  MANDOCHTML = -Thtml -Ostyle=style.css,man=%N.%S.html,includes=%I.html
   
 MDOCLNS    = mdoc_macro.ln mdoc.ln mdoc_hash.ln mdoc_strings.ln \  MDOCLNS    = mdoc_macro.ln mdoc.ln mdoc_hash.ln mdoc_strings.ln \
              mdoc_argv.ln mdoc_validate.ln mdoc_action.ln \               mdoc_argv.ln mdoc_validate.ln mdoc_action.ln \
Line 87  clean:
Line 88  clean:
 cleanlint:  cleanlint:
         rm -f $(LNS) $(LLNS)          rm -f $(LNS) $(LLNS)
   
   cleanhtml:
           rm -f $(HTML) $(GSGMLS)
   
 dist:   mdocml-$(VERSION).tar.gz  dist:   mdocml-$(VERSION).tar.gz
   
 www:    all $(HTMLS) $(TEXTS) $(MD5S) $(TARGZS)  www:    all $(HTMLS) $(TEXTS) $(MD5S) $(TARGZS)
Line 237  mandoc: $(MAINOBJS) libmdoc.a libman.a
Line 241  mandoc: $(MAINOBJS) libmdoc.a libman.a
 .1.1.txt .3.3.txt .7.7.txt:  .1.1.txt .3.3.txt .7.7.txt:
         ./mandoc $(MANDOCFLAGS) $< | col -b > $@          ./mandoc $(MANDOCFLAGS) $< | col -b > $@
   
 .1.1.sgml 3.3.sgml .7.7.sgml:  .1.1.sgml .3.3.sgml .7.7.sgml:
         ./mandoc $(MANDOCFLAGS) $(MANDOCHTML) $< > $@          ./mandoc $(MANDOCFLAGS) $(MANDOCHTML) $< > $@
   
 .tar.gz.md5:  .tar.gz.md5:

Legend:
Removed from v.1.229  
changed lines
  Added in v.1.237

CVSweb