# # $Id: Makefile 1.27 2010/12/12 19:01:08 dds Exp $ # NAME=bib2xhtml BINDIR=$(HOME)/bin/ BIBTEXDIR=$(HOME)/texmf/bibtex/bst/ CGIDIR=/usr/dcs/www/cgi-bin/ DISTDIR=/cygdrive/c/dds/pubs/web/home/sw/textproc/$(NAME) BSTFILES=$(wildcard *.bst) DOCFILES=$(NAME).html $(NAME).txt $(NAME).pdf index.html static.html showeg.js example.bib EGFILES=$(wildcard eg/*.html) ROOTFILES=README COPYING $(NAME) ${BSTFILES} $(DOCFILES) bibsearch Makefile $(NAME).man ChangeLog html-btxbst.doc gen-bst VERSION=$(shell ident $(NAME) | awk '/Id:/{print $$3; exit 0} ') default: $(DOCFILES) $(EGFILES) ${BSTFILES} syntax dist: default $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION).zip -mkdir -p $(DISTDIR)/eg 2>/dev/null cp -f $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION).zip $(DISTDIR) cp -f $(DOCFILES) $(DISTDIR) cp -f $(EGFILES) $(DISTDIR)/eg cp -f ChangeLog $(DISTDIR)/ChangeLog.txt rm -f ${DISTDIR}/index.html sed -e "s/VERSION/${VERSION}/" index.html >${DISTDIR}/index.html $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION).zip: $(ROOTFILES) $(EGFILES) -cmd /c "rd /s/q $(NAME)-$(VERSION)" mkdir -p $(NAME)-$(VERSION)/eg cp -f ${ROOTFILES} $(NAME)-$(VERSION) rm -f $(NAME)-$(VERSION)/index.html sed -e "s/VERSION/${VERSION}/" index.html >$(NAME)-$(VERSION)/index.html cp -f ${EGFILES} $(NAME)-$(VERSION)/eg tar czf $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION) zip -r $(NAME)-$(VERSION).zip $(NAME)-$(VERSION) cmd /c "rd /s/q $(NAME)-$(VERSION)" $(NAME).ps: $(NAME).man groff -man -Tps <$? > $@ $(NAME).txt: $(NAME).man groff -man -Tascii <$? | col -b > $@ $(NAME).pdf: $(NAME).ps cmd /c ps2pdf $? $@ $(NAME).html: $(NAME).man groff -mhtml -Thtml -man <$? | sed -e 's/−/-/g;s/•/\•/g' >$@ ${BSTFILES} : html-btxbst.doc perl gen-bst syntax: $(NAME) bibsearch -perl -w -c $(NAME) >syntax 2>&1 -perl -T -w -c bibsearch >>syntax 2>&1 -perl -w -c gen-bst >>syntax 2>&1 install: for i in *.bst; do\ install -m 644 $$i $(BIBTEXDIR);\ done # Create example files # Some nonsensical option combinations cause bib2xhtml to exit with an error # Hence the || true part example: bib2xhtml Makefile -rm -f eg/*.html cp v23n5.pdf eg for style in empty plain alpha named unsort unsortlist paragraph ; \ do \ for n in '' '-n Spinellis' ; \ do \ nopt=`expr "$$n" : '\(..\)'` ;\ for u in '' -u ; \ do \ for c in '' -c ; \ do \ for r in '' -r ; \ do \ for k in '' -k ; \ do \ perl bib2xhtml -s $$style $$n $$u $$c $$r $$k -h "Example: bib2xhtml -s $$style $$n $$u $$c $$r $$k" example.bib eg/$${style}$${nopt}$${u}$${c}$${r}$${k}.html || true;\ done ; \ done ; \ done ; \ done ; \ done ; \ done ; \ for i in eg/*.html ; \ do \ sed -i '/$$Id/d' $$i ; \ done ; \ touch example # Regression test test: example static.html xml val -d /pub/schema/xhtml1-transitional.dtd index.html ;\ xml val -d /pub/schema/xhtml1-transitional.dtd static.html ;\ cd eg ; \ for i in *.html ; \ do \ xml val -d /pub/schema/xhtml1-transitional.dtd $$i 2>/dev/null ; \ diff ../test.ok/$$i $$i ; \ done # Seed regression test files seed: example -mkdir test.ok 2>/dev/null cp eg/* test.ok # Static HTML file version with links to the eg files static.html: index.html Makefile example (sed -n '1,/