Skip to content

rcalixte/wayland-book

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fdba126 · Nov 9, 2023
Nov 9, 2023
Nov 9, 2023
Dec 8, 2019
Sep 13, 2019
Nov 9, 2023
May 5, 2020
Nov 9, 2023
Sep 12, 2019
Nov 9, 2023
Nov 9, 2023
Nov 9, 2023
Nov 9, 2023
Nov 9, 2023

Repository files navigation

WAYLAND BOOK

This repository is a clone of the repository for Wayland Book, located at ~sircmpwn/wayland-book.

The original author of this work is Drew DeVault.

GENERATING A PDF

Every commit or push to the master branch will generate a PDF that can then be downloaded under the Releases tab. There are two local scripts available if that is preferred as well.

The PDF can also be generated on a local client by cloning this repository and running pandoc.sh in a shell, assuming the dependencies below are installed locally and accessible.

The pandoc-docker.sh script can be used with the pandoc/latex Docker images to similarly generate the same output PDF as the one in the Releases tab.

DEPENDENCIES

The local execution of the script depends on two packages being installed:

  • pandoc
  • tex

Check with your distribution for how to install those packages.

CONTRIBUTING

All issues to report or contributions to be made should be done upstream at the source content repository linked above. This repository will then be rebased so that a new PDF can be generated with the changes. The only exception would be the case where something specific to the PDF generation should be addressed.