File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 4646
4747override XSLTPROCFLAGS += --stringparam pg.version '$(VERSION ) '
4848
49+ DBTOEPUB ?= dbtoepub
50+
4951
5052GENERATED_SGML = bookindex.sgml version.sgml \
5153 features-supported.sgml features-unsupported.sgml errcodes-table.sgml
@@ -271,6 +273,10 @@ htmlhelp: stylesheet-hh.xsl postgres.xml
271273% -US.fo : stylesheet-fo.xsl % .xml
272274 $(XSLTPROC ) $(XSLTPROCFLAGS ) --stringparam paper.type USletter -o $@ $^
273275
276+ epub : postgres.epub
277+ postgres.epub : postgres.xml
278+ $(DBTOEPUB ) $<
279+
274280
275281# #
276282# # Experimental Texinfo targets
@@ -385,6 +391,8 @@ clean:
385391 rm -f HTML.index $(GENERATED_SGML)
386392# XSLT
387393 rm -f postgres.xml postgres.xmltmp htmlhelp.hhp toc.hhc index.hhk *.fo
394+ # EPUB
395+ rm -f postgres.epub
388396# Texinfo
389397 rm -f *.texixml *.texi *.info db2texi.refs
390398
You can’t perform that action at this time.
0 commit comments