repo.or.cz
/
sepia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use the absolute path of emacs in the Makefile.PL.
[sepia.git]
/
package.sh
blob
5c06569f3119ee17f8d739c102dbc661e617d4a0
1
#!/bin/sh
2
3
makeinfo
--no-split --no-headers --html
sepia.texi
-o
Sepia.html
4
# cat MANIFEST.in > MANIFEST
5
# ls doc/*.html >> MANIFEST
6
# perl Makefile.PL && make && make test && make dist
7
perl Makefile.PL
&&
make
&&
make
dist