change the name of examplepdf

This commit is contained in:
Tan, Kian-ting 2021-06-29 23:42:41 +08:00
parent 2bd6937bd3
commit 00f487a316
3 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ It's recommended to install the wheel file (.whl) of it with pip3:
## Manual
see `src/example.pdf`
see `src/manual.pdf`
## Packaging

View file

@ -31,7 +31,7 @@ sile_command = 'sile'
dirname = os.path.abspath(os.path.dirname(__file__)) #os.path.dirname('__file__')
PDFJS = os.path.join(dirname, '../thirdparty/pdfjs/web/viewer.html')
PDF = os.path.join(os.path.dirname(dirname), 'example.pdf')
PDF = os.path.join(os.path.dirname(dirname), 'manual.pdf')
app = None