Skip to content

Commit 1f61185

Browse files
committed
docu corrections
1 parent d66c6ae commit 1f61185

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ To do this, you must download and generate MuPDF. This process depends very much
7070

7171
* This repo's `fitz` folder contains one or more files whose names start with a single underscore `"_"`. These files contain configuration data and hotfixes. Each one must be copy-renamed to its correct target location **inside the MuPDF source** that you have downloaded, **before you generate MuPDF**. Currently, these files are:
7272
- fitz configuration file `_config.h` copy-replace to: `mupdf/include/mupdf/fitz/config.h`. It contains configuration data like e.g. which fonts to support.
73-
- font support file `_pdf-font-add.c` copy-replace to: `mupdf/include/mupdf/pdf/pdf-font-add.c`.
74-
- fax compression file `_encode-fax.c` copy-replace to: `mupdf/include/mupdf/fitz/encode-fax.c`.
73+
- font support file `_pdf-font-add.c` copy-replace to: `mupdf/include/mupdf/source/pdf/pdf-font-add.c`.
74+
- fax compression file `_encode-fax.c` copy-replace to: `mupdf/include/mupdf/source/fitz/encode-fax.c`.
7575

7676
- Now MuPDF can be generated.
7777

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
# The name of an image file (within the static path) to use as favicon of the
125125
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
126126
# pixels large.
127-
html_favicon = "Pymupdf.ico"
127+
html_favicon = "PyMuPDF.ico"
128128

129129
# Add any paths that contain custom static files (such as style sheets) here,
130130
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)