摘要: 本人是Kindle的重度用户,喜欢使用Kindle看书,而且一直秉承着学习PostgreSQL首先要完全阅读官方文档的念头,一直在看PDF版的文档,奈何工作和娱乐都是电脑,眼睛早已不堪重负,所以一直萌生了做mobi格式的文档。前期已经手工做了6寸PDF版,奈何人工太长,现利用文档原有的编译方法,进行epub格式转化mobi是什么格式,进而转为mobi格式。欢迎有需要的下载、收藏。
1、下载源代码:
git clone -b REL_10_STABLE git://git.postgresql.org/git/postgresql.git pg10cd pg10
git branch
[root@localhost postgresql]# git branch* REL_10_STABLE
2、安装对应依赖包:
yum install docbook-dtds docbook-style-xsl fop libxslt opensp
参考:
3、准备工作:
./configurecd pg10cd doc/src/sgml
4、编译:
[root@localhost sgml]# make postgres.epub{ echo ""; echo "";
} > version.sgml'/usr/bin/perl' ./mk_feature_tables.pl YES ../../../src/backend/catalog/sql_feature_packages.txt ../../../src/backend/catalog/sql_features.txt > features-supported.sgml'/usr/bin/perl' ./mk_feature_tables.pl NO ../../../src/backend/catalog/sql_feature_packages.txt ../../../src/backend/catalog/sql_features.txt > features-unsupported.sgml'/usr/bin/perl' ./generate-errcodes-table.pl ../../../src/backend/utils/errcodes.txt > errcodes-table.sgml
/usr/bin/osx -wall -wno-unused-param -wno-empty -wfully-tagged -D . -D . -x lower postgres.sgml >postgres.xml.tmp'/usr/bin/perl' -p -e 's/[(aacute|acirc|aelig|agrave|amp|aring|atilde|auml|bull|copy|eacute|egrave|gt|iacute|lt|mdash|nbsp|ntilde|oacute|ocirc|oslash|ouml|pi|quot|scaron|uuml) *]/&1;/gi;' -e '$_ .= qq{n} if $. == 1;' postgres.xml
rm postgres.xml.tmp
/usr/bin/xmllint --noout --valid postgres.xml
/usr/share/sgml/docbook/xsl-stylesheets-1.78.1/epub/bin/dbtoepub postgres.xml
[root@localhost sgml]# [root@localhost sgml]# ls postgres.epub postgres.epub
5、拷贝出来mobi是什么格式,并进行转换,我是利用软件calibre转换的。
下载链接:,识别二维码亦可转至.
限时特惠:本站每日持续更新海量各大内部网赚创业教程,会员可以下载全站资源点击查看详情
站长微信:
© 版权声明
文章版权归作者所有,未经允许请勿转载。
相关文章
暂无评论...