diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-08-22 23:37:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-08-25 08:47:42 +0200 |
| commit | a287357a725f5ffae3f67710f64cb0d59b51011a (patch) | |
| tree | 265de1c7fc1e3d9bd6a54c7507c259bf40e14259 /doc | |
| parent | f6ff08b405cf0adbe548a52851761183658a419d (diff) | |
Fix manual build on Fedora.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/Makefile b/doc/manual/Makefile index 72de24043..b3f44db1e 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -168,7 +168,7 @@ pdf: $(XML) config.xml shortcuts.xml verify_errors.xml verify_bv21_errors.xml ve mkdir -p pdf - dblatex -p dcpomatic-pdf.xsl -s dcpomatic.sty -r pptex.py -T native dcpomatic.xml -t pdf -o pdf/dcpomatic.pdf + dblatex -p dcpomatic-pdf.xsl -s dcpomatic.sty -r pptex.py dcpomatic.xml -t pdf -o pdf/dcpomatic.pdf # |
