Take a look at the `rules` file in the Debian package and see if we can borrow some improvements. - [ ] Speed up the building process by setting `NOMKTEXLSR=1` as in https://salsa.debian.org/tex-team/latexml/blob/ddea4a5ac82e9db0e7dc28ebb406e86516c2df97/debian/rules#L13. There should be no differences in the final package that is produced, since `dh_installtex`is called anyway. - [ ] Take a look at how `manual.pdf`is handled in https://salsa.debian.org/tex-team/latexml/blob/ddea4a5ac82e9db0e7dc28ebb406e86516c2df97/debian/rules#L36-39 and https://salsa.debian.org/tex-team/latexml/blob/ddea4a5ac82e9db0e7dc28ebb406e86516c2df97/debian/rules#L49-50 and decide if it's worth the change. - [ ] We should be already doing https://salsa.debian.org/tex-team/latexml/blob/ddea4a5ac82e9db0e7dc28ebb406e86516c2df97/debian/rules#L46 since we have a dedicated https://github.com/matteosecli/latexml-packaging/blob/master/debian/docs file. There are no other differences as of 20180813.
Take a look at the
rulesfile in the Debian package and see if we can borrow some improvements.NOMKTEXLSR=1as in https://salsa.debian.org/tex-team/latexml/blob/ddea4a5ac82e9db0e7dc28ebb406e86516c2df97/debian/rules#L13. There should be no differences in the final package that is produced, sincedh_installtexis called anyway.manual.pdfis handled in https://salsa.debian.org/tex-team/latexml/blob/ddea4a5ac82e9db0e7dc28ebb406e86516c2df97/debian/rules#L36-39 and https://salsa.debian.org/tex-team/latexml/blob/ddea4a5ac82e9db0e7dc28ebb406e86516c2df97/debian/rules#L49-50 and decide if it's worth the change.There are no other differences as of 20180813.