X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/blobdiff_plain/994b48513e996ec9100ed3555a6f10bddefa3818..10b074280090a128a2be11328823951a147e60b6:/Makefile diff --git a/Makefile b/Makefile index 99fc523..878d03b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,8 @@ url = http://www.sslug.dk/~chlor/lessig/freeculture.sgml.2004-04-01.gz # titlepage, openany, draft, fleqn, leqno # -P latex.class.options=a5paper DBLATEX = dblatex \ - -T db2latex \ + -T simple \ + --indexstyle=myindexstyle.ist \ --param lingua=nb \ --xsl-user=data/user_param.xsl \ --xsl-user=data/xetex_param.xsl \ @@ -52,7 +53,7 @@ pdf: freeculture.nb.pdf freeculture.pdf epub: freeculture.nb.epub html: freeculture.html freeculture.nb.html -%.pdf: %.xml $(IMAGES) $(PDF_XSLT) +%.pdf: %.xml $(IMAGES) $(PDF_XSLT) Makefile # Possible pipelines: # # dblatex: @@ -70,7 +71,7 @@ html: freeculture.html freeculture.nb.html # This include images, but the index refs and footnote handling # is broken. - pipeline=docbook-xsl; \ + pipeline=dblatex; \ echo "Using $$pipeline pipeline" ; \ case "$$pipeline" in \ dblatex) \ @@ -125,7 +126,7 @@ freeculture.pot: freeculture.xml -f docbook -m $^ > $@.new && mv $@.new $@ stats: update-stats progress.png -update-stats: freeculture.nb.po +update-stats: freeculture.nb.po lint.nb ( \ printf "%s " $$(date +"%Y-%m-%dT%H%M") ; \ msgfmt -o /dev/null --statistics freeculture.nb.po 2>&1 \