File: doublemkinstall

package info (click to toggle)
cpdf 2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,140 kB
  • sloc: ml: 35,825; makefile: 66; sh: 49
file content (5 lines) | stat: -rwxr-xr-x 110 bytes parent folder | download
1
2
3
4
5
#!/bin/bash
cd ../camlpdf
./mkinstall
cd ../cpdf-source
make clean; make; ocamlfind remove cpdf; make install