8000 Migrate doc generation to docbook/fop (postgresql approach) by vitcpp · Pull Request #63 · postgrespro/pgsphere · GitHub
[go: up one dir, main page]

Skip to content

Migrate doc generation to docbook/fop (postgresql approach) #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 18, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update travis.ci to support docbook/fop doc generation
  • Loading branch information
vitcpp committed Sep 15, 2023
commit 5cd821194bdcd5ed976aaf8406803070402adf15
2 changes: 1 addition & 1 deletion .travis.yml
5DBB
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dist: focal
before_install:
# extra apt.pg.o.sh options added in version 204, travis currently has 199 (2019-11-27)
- sudo apt-get -qq update
- sudo apt-get -y install postgresql-common libhealpix-cxx-dev docbook-dsssl docbook-xml openjade
- sudo apt-get -y install postgresql-common libhealpix-cxx-dev docbook-xml docbook-xsl libxml2-utils xsltproc fop

install:
- sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -p -v $PG_SUPPORTED_VERSIONS -i
Expand Down
0