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

Diff for /mandoc/Makefile between version 1.271 and 1.272

version 1.271, 2010/05/17 02:38:13 version 1.272, 2010/05/25 22:16:59
Line 93  DATAS    = arch.in att.in lib.in msec.in st.in \
Line 93  DATAS    = arch.in att.in lib.in msec.in st.in \
              vol.in chars.in               vol.in chars.in
   
 HEADS      = mdoc.h libmdoc.h man.h libman.h term.h \  HEADS      = mdoc.h libmdoc.h man.h libman.h term.h \
              libmandoc.h html.h chars.h out.h main.h roff.h               libmandoc.h html.h chars.h out.h main.h roff.h \
                mandoc.h
   
 GSGMLS     = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml manuals.7.sgml \  GSGMLS     = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml manuals.7.sgml \
              mandoc_char.7.sgml man.7.sgml man.3.sgml roff.7.sgml               mandoc_char.7.sgml man.7.sgml man.3.sgml roff.7.sgml \
                roff.3.sgml
   
 SGMLS      = index.sgml  SGMLS      = index.sgml
   
 HTMLS      = ChangeLog.html index.html man.h.html mdoc.h.html  HTMLS      = ChangeLog.html index.html man.h.html mdoc.h.html \
                mandoc.h.html roff.h.html mandoc.1.html mdoc.3.html \
                man.3.html mdoc.7.html man.7.html mandoc_char.7.html \
                manuals.7.html roff.7.html roff.3.html
   
 XSLS       = ChangeLog.xsl  XSLS       = ChangeLog.xsl
   
 GHTMLS     = mandoc.1.html mdoc.3.html man.3.html mdoc.7.html \  
              man.7.html mandoc_char.7.html manuals.7.html roff.7.html  
   
 TEXTS      = mandoc.1.txt mdoc.3.txt man.3.txt mdoc.7.txt man.7.txt \  TEXTS      = mandoc.1.txt mdoc.3.txt man.3.txt mdoc.7.txt man.7.txt \
              mandoc_char.7.txt manuals.7.txt ChangeLog.txt roff.7.txt               mandoc_char.7.txt manuals.7.txt ChangeLog.txt \
                roff.7.txt roff.3.txt
   
 EXAMPLES   = example.style.css  EXAMPLES   = example.style.css
   
Line 121  MD5S    = mdocml-$(VERSION).md5 
Line 124  MD5S    = mdocml-$(VERSION).md5 
 TARGZS     = mdocml-$(VERSION).tar.gz  TARGZS     = mdocml-$(VERSION).tar.gz
   
 MANS       = mandoc.1 mdoc.3 mdoc.7 manuals.7 mandoc_char.7 man.7 \  MANS       = mandoc.1 mdoc.3 mdoc.7 manuals.7 mandoc_char.7 man.7 \
              man.3 roff.7               man.3 roff.7 roff.3
   
 BINS       = mandoc  BINS       = mandoc
   
Line 131  CONFIGS    = config.h.pre config.h.post
Line 134  CONFIGS    = config.h.pre config.h.post
   
 DOCLEAN    = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) \  DOCLEAN    = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) \
              $(TARGZS) tags $(MD5S) $(XMLS) $(TEXTS) $(GSGMLS) \               $(TARGZS) tags $(MD5S) $(XMLS) $(TEXTS) $(GSGMLS) \
              $(GHTMLS) config.h config.log               config.h config.log
   
 DOINSTALL  = $(SRCS) $(HEADS) Makefile $(MANS) $(SGMLS) $(STATICS) \  DOINSTALL  = $(SRCS) $(HEADS) Makefile $(MANS) $(SGMLS) $(STATICS) \
              $(DATAS) $(XSLS) $(EXAMPLES) $(TESTS) $(CONFIGS)               $(DATAS) $(XSLS) $(EXAMPLES) $(TESTS) $(CONFIGS)
Line 147  cleanlint:
Line 150  cleanlint:
         rm -f $(LNS) $(LLNS)          rm -f $(LNS) $(LLNS)
   
 cleanhtml:  cleanhtml:
         rm -f $(HTMLS) $(GSGMLS) $(GHTMLS)          rm -f $(HTMLS) $(GSGMLS)
   
 dist:   mdocml-$(VERSION).tar.gz  dist:   mdocml-$(VERSION).tar.gz
   
 www:    all $(GSGMLS) $(GHTMLS) $(HTMLS) $(TEXTS) $(MD5S) $(TARGZS)  www:    all $(GSGMLS) $(HTMLS) $(TEXTS) $(MD5S) $(TARGZS)
   
 htmls:  all $(GSGMLS) $(GHTMLS)  
   
 installwww: www  installwww: www
         $(INSTALL_DATA) $(GHTMLS) $(HTMLS) $(TEXTS) $(STATICS) $(DESTDIR)$(PREFIX)/          $(INSTALL_DATA) $(HTMLS) $(TEXTS) $(STATICS) $(DESTDIR)$(PREFIX)/
         $(INSTALL_DATA) mdocml-$(VERSION).tar.gz $(DESTDIR)$(PREFIX)/snapshots/          $(INSTALL_DATA) mdocml-$(VERSION).tar.gz $(DESTDIR)$(PREFIX)/snapshots/
         $(INSTALL_DATA) mdocml-$(VERSION).md5 $(DESTDIR)$(PREFIX)/snapshots/          $(INSTALL_DATA) mdocml-$(VERSION).md5 $(DESTDIR)$(PREFIX)/snapshots/
         $(INSTALL_DATA) mdocml-$(VERSION).tar.gz $(DESTDIR)$(PREFIX)/snapshots/mdocml.tar.gz          $(INSTALL_DATA) mdocml-$(VERSION).tar.gz $(DESTDIR)$(PREFIX)/snapshots/mdocml.tar.gz

Legend:
Removed from v.1.271  
changed lines
  Added in v.1.272

CVSweb