sbsigntools/docs/Makefile.am
Jeremy Kerr c7ee585439 Move sources to src/ subdirectory
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>
2012-08-13 15:10:21 +08:00

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/$*