diff options
author | Teddy Wing | 2023-04-26 22:32:19 +0200 |
---|---|---|
committer | Teddy Wing | 2023-04-26 22:32:19 +0200 |
commit | b07171b810a68bf7de25eb8f56fc47a00839ddd3 (patch) | |
tree | d2ede20d58e4d191d9a26b1726fb669fbb4d708f /pdf-form-replace-font2.in | |
parent | b25d236aebb8fafc5f8c802dbc1dca55bd84b5ab (diff) | |
download | pdf-form-replace-font2-b07171b810a68bf7de25eb8f56fc47a00839ddd3.tar.bz2 |
Makefile: Add an `install` target
Facilitate installation for package management. Package our
`pdf-form-replace-font2` shell script so that it runs the JAR at the
correct install location.
Diffstat (limited to 'pdf-form-replace-font2.in')
-rwxr-xr-x | pdf-form-replace-font2.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pdf-form-replace-font2.in b/pdf-form-replace-font2.in new file mode 100755 index 0000000..d751cf6 --- /dev/null +++ b/pdf-form-replace-font2.in @@ -0,0 +1,3 @@ +#!/bin/sh + +exec java -jar JAR_PATH "$@" |