From 67a8c265bd9e65c81ca4ffc125d67812daa807a2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 3 Dec 2020 14:35:16 +0000 Subject: [PATCH] Start making into perl script --- Makefile | 5 +++++ pumpkin-books.ps.pl | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..97ed072 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ + +all: pumpkin-books.ps + +pumpkin-books.ps: pumpkin-books.ps.pl + ./$< >$@.new && mv -f $@.new $@ diff --git a/pumpkin-books.ps.pl b/pumpkin-books.ps.pl index 7b0aca3..f0d763f 100755 --- a/pumpkin-books.ps.pl +++ b/pumpkin-books.ps.pl @@ -1,3 +1,8 @@ +#!/usr/bin/perl -w + +use strict; + +print <