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>
This commit is contained in:
parent
5466f381dd
commit
c7ee585439
22 changed files with 47 additions and 46 deletions
10
docs/Makefile.am
Normal file
10
docs/Makefile.am
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
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/$*
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue