blob: 14a9f896e6583ee4a079551ea6dfc1f39784fd61 (
plain)
1
2
3
4
5
6
|
# We set MAKEINFOFLAGS to not split .info files, because the resulting
# file names don't work on DOS.
MAKEINFOFLAGS=--no-split
# This does some sort of DOS specific installation, I guess.
INSTALL_DOSREL=install-dosrel
|