diff --git a/Makefile.am b/Makefile.am index 98eb752..cca415b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,10 +4,10 @@ SUBDIRS = include src lib scm doc examples DIST_SUBDIRS = $(SUBDIRS) autotools debian util EXTRA_DIST = \ + bootstrap \ BUGS \ MACHINES \ MIGRATE \ - ROADMAP \ $(NULL) AUTOMAKE_OPTIONS = dist-bzip2 diff --git a/doc/bitstring/Makefile.am b/doc/bitstring/Makefile.am index e69de29..2af7488 100644 --- a/doc/bitstring/Makefile.am +++ b/doc/bitstring/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = bitstring.ms bitstring.ps diff --git a/doc/cprog/Makefile.am b/doc/cprog/Makefile.am index e69de29..8e7bc62 100644 --- a/doc/cprog/Makefile.am +++ b/doc/cprog/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = cprog.ms cprog.ps diff --git a/doc/kernel/Makefile.am b/doc/kernel/Makefile.am index e69de29..38e82d5 100644 --- a/doc/kernel/Makefile.am +++ b/doc/kernel/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = kernel.ms kernel.ps diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index 5b59065..8723000 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -1,2 +1,2 @@ -EXTRA_DIST = $(man_MANS) +EXTRA_DIST = $(man_MANS) elk.ps man_MANS = elk.1 diff --git a/doc/oops/Makefile.am b/doc/oops/Makefile.am index e69de29..be0afe8 100644 --- a/doc/oops/Makefile.am +++ b/doc/oops/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = oops.ms oops.ps diff --git a/doc/record/Makefile.am b/doc/record/Makefile.am index e69de29..3c86860 100644 --- a/doc/record/Makefile.am +++ b/doc/record/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = record.ms record.ps diff --git a/doc/regexp/Makefile.am b/doc/regexp/Makefile.am index e69de29..43078ba 100644 --- a/doc/regexp/Makefile.am +++ b/doc/regexp/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = regexp.ms regexp.ps diff --git a/doc/unix/Makefile.am b/doc/unix/Makefile.am index e69de29..9b659d6 100644 --- a/doc/unix/Makefile.am +++ b/doc/unix/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = unix.ms unix.ps diff --git a/doc/usenix/Makefile.am b/doc/usenix/Makefile.am index e69de29..2e37783 100644 --- a/doc/usenix/Makefile.am +++ b/doc/usenix/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = usenix.ms usenix.ps diff --git a/doc/util/Makefile.am b/doc/util/Makefile.am index e69de29..29e52dd 100644 --- a/doc/util/Makefile.am +++ b/doc/util/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = block.awk fixindex.awk mkindex.c tmac.index tmac.scheme diff --git a/doc/xlib/Makefile.am b/doc/xlib/Makefile.am index e69de29..3f399d3 100644 --- a/doc/xlib/Makefile.am +++ b/doc/xlib/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = xlib.ms xlib.ps diff --git a/doc/xt/Makefile.am b/doc/xt/Makefile.am index e69de29..8983147 100644 --- a/doc/xt/Makefile.am +++ b/doc/xt/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = xt.ms xt.ps diff --git a/src/Makefile.am b/src/Makefile.am index 743babb..43f22e3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,6 +40,27 @@ libelk_la_SOURCES = \ vector.c \ $(NULL) +EXTRA_DIST = \ + dump-ecoff.c \ + dump-elf.c \ + dump-hp9k.c \ + dump-vanilla.c \ + heap-gen.c \ + heap-sc.c \ + load-dl.c \ + load-ld.c \ + load-rld.c \ + load-shl.c \ + stab-bsd.c \ + stab-coff.c \ + stab-convex.c \ + stab-ecoff.c \ + stab-elf.c \ + stab-hp9k300.c \ + stab-hp9k800.c \ + stab-macho.c \ + $(NULL) + bin_PROGRAMS = elk elk_LDADD = $(top_builddir)/src/libelk.la elk_SOURCES = main.c