1 # SPDX-FileCopyrightText: 2022 Frank Doepper
3 # SPDX-License-Identifier: GPL-3.0-only
5 build: konsum.1 agitprop.1 arbeite.1 plane.1
8 konsum.1 arbeite.1: EXTRA = callbacks.md
9 %.1: %.head %.options %.rest
10 cat $^ $(EXTRA) | pandoc -s - -f markdown -t man -o $@
12 %.options: ../dist/build/%
13 ../dist/build/$*/$* --help 2>&1 | perl -ne 'print " $$_" if /^Options/../^\(/' | head -n-1 | tail +2 > $@