]> git.armaanb.net Git - asd-repo.git/blob - extra/texinfo/build
Restructure repository
[asd-repo.git] / extra / texinfo / build
1 #!/usr/bin/sh -e
2
3 ./configure
4 make PREFIX="$1/usr"
5 make install DESTDIR="$1"