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

Diff for /mandoc/Makefile between version 1.217 and 1.218

version 1.217, 2009/09/21 16:05:05 version 1.218, 2009/09/23 11:02:21
Line 1 
Line 1 
 .SUFFIXES:      .html .xml .sgml .1 .3 .7 .md5 .tar.gz .1.html .3.html .7.html  .SUFFIXES:      .html .xml .sgml .1 .3 .7 .md5 .tar.gz .1.html .3.html .7.html .1.txt .3.txt .7.txt
   
 BINDIR          = $(PREFIX)/bin  BINDIR          = $(PREFIX)/bin
 INCLUDEDIR      = $(PREFIX)/include  INCLUDEDIR      = $(PREFIX)/include
Line 57  XSLS    = ChangeLog.xsl
Line 57  XSLS    = ChangeLog.xsl
 HTMLS      = index.html ChangeLog.html mandoc.1.html mdoc.3.html \  HTMLS      = index.html ChangeLog.html mandoc.1.html mdoc.3.html \
              man.3.html mdoc.7.html man.7.html mandoc_char.7.html \               man.3.html mdoc.7.html man.7.html mandoc_char.7.html \
              manuals.7.html               manuals.7.html
   TEXTS      = mandoc.1.txt mdoc.3.txt man.3.txt mdoc.7.txt man.7.txt \
                mandoc_char.7.txt manuals.7.html
 EXAMPLES   = example.style.css  EXAMPLES   = example.style.css
 XMLS       = ChangeLog.xml  XMLS       = ChangeLog.xml
 STATICS    = index.css style.css external.png  STATICS    = index.css style.css external.png
Line 66  MANS    = mandoc.1 mdoc.3 mdoc.7 manuals.7 mandoc_char
Line 68  MANS    = mandoc.1 mdoc.3 mdoc.7 manuals.7 mandoc_char
              man.7 man.3               man.7 man.3
 BINS       = mandoc  BINS       = mandoc
 CLEAN      = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) \  CLEAN      = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) \
              $(TARGZS) tags $(MD5S) $(XMLS)               $(TARGZS) tags $(MD5S) $(XMLS) $(TEXTS)
 INSTALL    = $(SRCS) $(HEADS) Makefile $(MANS) $(SGMLS) $(STATICS) \  INSTALL    = $(SRCS) $(HEADS) Makefile $(MANS) $(SGMLS) $(STATICS) \
              $(DATAS) $(XSLS) $(EXAMPLES)               $(DATAS) $(XSLS) $(EXAMPLES)
   
Line 82  cleanlint:
Line 84  cleanlint:
   
 dist:   mdocml-$(VERSION).tar.gz  dist:   mdocml-$(VERSION).tar.gz
   
 www:    all $(HTMLS) $(MD5S) $(TARGZS)  www:    all $(HTMLS) $(TEXTS) $(MD5S) $(TARGZS)
   
 installwww: www  installwww: www
         install -m 0444 $(HTMLS) $(STATICS) $(PREFIX)/          install -m 0444 $(HTMLS) $(TEXTS) $(STATICS) $(PREFIX)/
         install -m 0444 mdocml-$(VERSION).tar.gz $(PREFIX)/snapshots/          install -m 0444 mdocml-$(VERSION).tar.gz $(PREFIX)/snapshots/
         install -m 0444 mdocml-$(VERSION).md5 $(PREFIX)/snapshots/          install -m 0444 mdocml-$(VERSION).md5 $(PREFIX)/snapshots/
         install -m 0444 mdocml-$(VERSION).tar.gz $(PREFIX)/snapshots/mdocml.tar.gz          install -m 0444 mdocml-$(VERSION).tar.gz $(PREFIX)/snapshots/mdocml.tar.gz

Legend:
Removed from v.1.217  
changed lines
  Added in v.1.218

CVSweb