From 6f57519f06c9fe57bb91983e0ddb7fbf722dfaf6 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 13 Jun 2019 15:15:40 +0200 Subject: Add Makemodule.am for doc/ subdirectory Signed-off-by: David Oberhollenzer --- Makefile.am | 3 ++- doc/Makemodule.am | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 doc/Makemodule.am 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 -- cgit v1.2.3