From 8994b9d28ebe5b6c3c90330a32d8317cd7299d9b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 16 Dec 2024 06:22:56 -0500 Subject: add options to --help message. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 115ff0c..128e6e7 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,10 @@ CFLAGS=$(DEFINES) $(WARNFLAGS) $(MYCFLAGS) all: uxd man -uxd: uxd.c getopt.c +uxd: uxd.c getopt.c usage.c + +usage.c: uxd.rst mkusage.pl + perl mkusage.pl uxd.rst > usage.c install: all mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MAN1DIR) -- cgit v1.2.3