c7ee585439
We have a number of source files now, so move them from the top level to src/ Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
10 lines
258 B
Makefile
10 lines
258 B
Makefile
|
|
man1_MANS = sbsign.1 sbverify.1 sbattach.1
|
|
|
|
EXTRA_DIST = sbsign.1.in sbverify.1.in sbattach.1.in
|
|
CLEANFILES = $(man1_MANS)
|
|
|
|
$(builddir)/%.1: $(srcdir)/%.1.in $(top_builddir)/src/%
|
|
$(MKDIR_P) $(@D)
|
|
$(HELP2MAN) --no-info -i $< -o $@ $(top_builddir)/src/$*
|
|
|