aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--doc/Makemodule.am1
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 642149c..6a91bf5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,10 +5,11 @@ AM_CFLAGS = $(WARN_CFLAGS)
noinst_LIBRARIES =
bin_PROGRAMS =
-dist_man1_MANS = doc/gensquashfs.1 doc/rdsquashfs.1
+dist_man1_MANS =
EXTRA_DIST = autogen.sh LICENSE README
+include doc/Makemodule.am
include lib/Makemodule.am
include mkfs/Makemodule.am
include unpack/Makemodule.am
diff --git a/doc/Makemodule.am b/doc/Makemodule.am
new file mode 100644
index 0000000..6b31eec
--- /dev/null
+++ b/doc/Makemodule.am
@@ -0,0 +1 @@
+dist_man1_MANS += doc/gensquashfs.1 doc/rdsquashfs.1