X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=2651e2bb1f9b7c0d7cf963a4fd01d2890a382419;hp=ad6743f8c8e0667f4935a81f03564eedc957724c;hb=refs%2Ftags%2Fv5.4;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/dist.mk b/dist.mk index ad6743f8..2651e2bb 100644 --- a/dist.mk +++ b/dist.mk @@ -1,4 +1,4 @@ -# $Id: dist.mk,v 1.327 2002/10/12 23:27:36 tom Exp $ +# $Id: dist.mk,v 1.402 2004/02/08 20:56:43 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -9,8 +9,8 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 5 -NCURSES_MINOR = 3 -NCURSES_PATCH = 20021012 +NCURSES_MINOR = 4 +NCURSES_PATCH = 20040208 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) @@ -24,8 +24,10 @@ GNATHTML= `type -p gnathtml || type -p gnathtml.pl` # Not all man programs agree with this assumption; some use half-spacing, which # has the effect of lengthening the text portion of the page -- so man2html # would remove some text. The man program on Redhat 6.1 appears to work with -# man2html if we set the top/bottom margins to 6 (the default is 7). -MAN2HTML= man2html -botm=6 -topm=6 -cgiurl '$$title.$$section$$subsection.html' +# man2html if we set the top/bottom margins to 6 (the default is 7). Newer +# versions of 'man' on Linux leave no margin (and make it harder to sync with +# pages). +MAN2HTML= man2html -botm=0 -topm=0 -cgiurl '$$title.$$section$$subsection.html' ALL = ANNOUNCE doc/html/announce.html doc/ncurses-intro.doc doc/hackguide.doc manhtml adahtml @@ -68,7 +70,7 @@ manhtml: MANIFEST @echo 's/<\/B>/<\/STRONG>/g' >> subst.tmp @echo 's///g' >> subst.tmp @echo 's/<\/I>/<\/EM>/g' >> subst.tmp - @sort < subst.tmp | uniq > subst.sed + @misc/csort < subst.tmp | uniq > subst.sed @echo '/<\/TITLE>/a\' >> subst.sed @echo '\' >> subst.sed @echo '' >> subst.sed @@ -88,7 +90,7 @@ manhtml: MANIFEST -e 's/>/\>/g' \ >> doc/html/man/$$g ;\ echo '-->' >> doc/html/man/$$g ;\ - man/edit_man.sh editing /usr/man man $$f | $(MANPROG) | tr '\255' '-' | $(MAN2HTML) -title "$$T" | \ + man/edit_man.sh normal editing /usr/man man $$f | $(MANPROG) | tr '\255' '-' | $(MAN2HTML) -title "$$T" | \ sed -f subst.sed |\ sed -e 's/"curses.3x.html"/"ncurses.3x.html"/g' \ >> doc/html/man/$$g ;\ @@ -97,7 +99,7 @@ manhtml: MANIFEST @sed -e "\%./doc/html/man/%d" < MANIFEST > MANIFEST.tmp @find ./doc/html/man -type f -print >> MANIFEST.tmp @chmod u+w MANIFEST - @sort -u < MANIFEST.tmp > MANIFEST + @misc/csort -u < MANIFEST.tmp > MANIFEST @rm -f MANIFEST.tmp # @@ -110,7 +112,7 @@ adahtml: MANIFEST (cd ./Ada95/gen ; make html) ;\ sed -e "\%./doc/html/ada/%d" < MANIFEST > MANIFEST.tmp ;\ find ./doc/html/ada -type f -print >> MANIFEST.tmp ;\ - sort -u < MANIFEST.tmp > MANIFEST ;\ + misc/csort -u < MANIFEST.tmp > MANIFEST ;\ rm -f MANIFEST.tmp ;\ fi @@ -128,7 +130,7 @@ writelock: MANIFEST: -rm -f $@ touch $@ - find . -type f -print |sort | fgrep -v .lsm |fgrep -v .spec >$@ + find . -type f -print |misc/csort | fgrep -v .lsm |fgrep -v .spec >$@ TAGS: etags */*.[ch]