Skip to content

Commit 56f8df5

Browse files
committed
res/install.sh: fix PDF file to install.
Pick A4 as the default for now, open to suggestions.
1 parent c4d25b5 commit 56f8df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ cp -r mandoc/ $DOC/mandoc
1616

1717
install -Dm0644 res/void-docs.1 ${DESTDIR}${PREFIX}/share/man/man1/void-docs.1
1818
install -Dm0755 res/void-docs ${DESTDIR}${PREFIX}/bin/void-docs
19-
install -Dm0644 book/latex/handbook.pdf ${DESTDIR}${PREFIX}/share/doc/void/handbook.pdf
19+
install -Dm0644 book/latex/handbook-a4.pdf ${DESTDIR}${PREFIX}/share/doc/void/handbook.pdf

0 commit comments

Comments
 (0)