From 576f70c03a866d598f483eb215ef4bde55aca9d5 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 26 Apr 2023 18:45:21 +0200 Subject: Add man page Copy from 'pdf-form-replace-font' with small modifications to align with the present project. --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 85923cf..b6a1bb5 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,18 @@ CLASSPATH := -classpath '.:./lib/*' +MAN_PAGE := doc/pdf-form-replace-font2.1 + all: javac $(CLASSPATH) Main.java + +.PHONY: doc +doc: $(MAN_PAGE) + +$(MAN_PAGE): $(MAN_PAGE).txt + a2x --no-xmllint --format manpage $< + + .PHONY: compile compile: mvn compile -- cgit v1.2.3