diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 04:31:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 04:31:18 +0000 |
commit | afec1c7556c0b8f0c6683dc414ab5c5c9c6f605e (patch) | |
tree | 958b863c1ac3493987265d8f04e7a241edb8161b /Makefile | |
parent | Adding debian version 0.11. (diff) | |
download | package-notes-afec1c7556c0b8f0c6683dc414ab5c5c9c6f605e.tar.xz package-notes-afec1c7556c0b8f0c6683dc414ab5c5c9c6f605e.zip |
Merging upstream version 0.12.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,7 +1,16 @@ all: +dlopen-notes.1: dlopen-notes.py docs/dlopen-description.man Makefile + argparse-manpage \ + --output=docs/$@ \ + --pyfile=$< \ + --function=make_parser \ + --project-name=package-notes \ + --include=docs/dlopen-description.man + install: install -m 755 -D dlopen-notes.py $(DESTDIR)/usr/bin/dlopen-notes + install -m 644 -D docs/dlopen-notes.1 $(DESTDIR)/usr/share/man/man1/dlopen-notes.1 check: make -C test check |