Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Firebird documentation

NotificationsYou must be signed in to change notification settings

FirebirdSQL/firebird-documentation

Repository files navigation

After checking out the firebird-documentation repository, and if yourJava environment is set up correctly, open a command window and go tothe directory containing the firebird-documentation repository. Thengive one of these commands:

./gradlew                         [ Unix    ]gradlew                           [ Windows ]

to get an overview of compilable targets.

If that worked, try e.g.:

./gradlew asciidocHtml             [ Unix    ]gradlew asciidocHtml               [ Windows ]

to build the HTML version of the docs.(Note: the HTML pages will wind up in build/docs/asciidoc/html/en/firebirddocs)

To build a specific document, or a document from another set, or anotherlanguage, you can specify:

gradlew asciidocHtml --docId=gbakgradlew asciidocPdf --baseName=refdocs --docId=fblangref25gradlew asciidocHtml --language=de

To get more information on a task, use

./gradlew help --task=asciidocHtml [ Unix    ]gradlew help --task=asciidocHtml   [ Windows ]

Warning: if you build the asciidocPdf target, you might get some errormessages. Don't let that discourage you. Just look at the lastoutput lines: if it says BUILD SUCCESSFUL there, everything's fine.

ThedocbookHtml anddocbookPdf tasks are available to build documentationthat has not been migrated to AsciiDoc. However, if you feel the need to buildthose documents, it might be an indication they need to be migrated. Pleaseask for guidance or help on thefirebird-devel list.

If you have any questions,first get the Docbuilding Howto at:

https://www.firebirdsql.org/en/reference-manuals/

If your question isn't answered there, post a message to the FirebirdDevelopment list. You can use this page to subscribe:

https://groups.google.com/g/firebird-devel


[8]ページ先頭

©2009-2025 Movatter.jp