From 7bb29465cb7e59e633850b521ad9ba70688e89c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 23 Jul 2024 11:43:25 +0200 Subject: [PATCH] Makefile: add 'man' target for ease-of-use --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 46f82e9..4edb090 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ all: +man: dlopen-notes.1 + dlopen-notes.1: dlopen-notes.py docs/dlopen-description.man Makefile argparse-manpage \ --output=docs/$@ \