From b07171b810a68bf7de25eb8f56fc47a00839ddd3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 26 Apr 2023 22:32:19 +0200 Subject: 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. --- pdf-form-replace-font2.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 pdf-form-replace-font2.in (limited to 'pdf-form-replace-font2.in') 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 "$@" -- cgit v1.2.3