Skip to content

Commit

Permalink
res/install.sh: fix PDF file to install.
Browse files Browse the repository at this point in the history
Pick A4 as the default for now, open to suggestions.
  • Loading branch information
ericonr committed Dec 24, 2020
1 parent c4d25b5 commit 56f8df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ cp -r mandoc/ $DOC/mandoc

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

0 comments on commit 56f8df5

Please sign in to comment.