This commit is contained in:
John Whitington
2025-04-25 13:08:27 +01:00
parent 9f36320e2f
commit f576f913cb

5
doublemkinstall Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cd ../camlpdf
./mkinstall
cd ../cpdf-source
make clean; make; ocamlfind remove cpdf; make install