Update Makefile.in to install PDF correctly

This commit is contained in:
Cary R
2024-11-27 02:00:41 -08:00
parent 361e16bed2
commit b745119746
4 changed files with 32 additions and 13 deletions
+1 -3
View File
@@ -33,7 +33,5 @@ check() {
package() {
cd "${srcdir}"/../..
mingw32-make DESTDIR="${pkgdir}" install
mkdir -p "${pkgdir}${MINGW_PREFIX}/share/doc/${_realname}"
mv "${pkgdir}${MINGW_PREFIX}"/*.pdf "${pkgdir}${MINGW_PREFIX}/share/doc/${_realname}"
mingw32-make DESTDIR="${pkgdir}" PACKAGE="${_realname}" install
}