aboutsummaryrefslogtreecommitdiffstats
path: root/pdf-form-replace-font2.in
diff options
context:
space:
mode:
authorTeddy Wing2023-04-26 22:32:19 +0200
committerTeddy Wing2023-04-26 22:32:19 +0200
commitb07171b810a68bf7de25eb8f56fc47a00839ddd3 (patch)
treed2ede20d58e4d191d9a26b1726fb669fbb4d708f /pdf-form-replace-font2.in
parentb25d236aebb8fafc5f8c802dbc1dca55bd84b5ab (diff)
downloadpdf-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-xpdf-form-replace-font2.in3
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 "$@"