Delay loading some rarely-used stuff. Startup is already fast, but
[sepia.git] / package.sh
blobec794d9f6dea90bac5f6aed91fe331fe18347444
1 #!/bin/sh
3 # cat MANIFEST.in > MANIFEST
4 # ls doc/*.html >> MANIFEST
5 # perl Makefile.PL && make && make test && make dist
6 perl Makefile.PL && make && make dist
7 perl -Mblib -MSepia -i -pe 's/^(\@set VERSION ).*/$1$Sepia::VERSION/' sepia.texi
8 makeinfo sepia.texi -o Sepia.info
9 makeinfo --no-split --no-headers --html sepia.texi -o Sepia.html