From a0aa2307322cd47bbf416810ac0292925e03be87 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:39:49 +0200 Subject: Adding upstream version 1:7.0.3. Signed-off-by: Daniel Baumann --- doc/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/Makefile.am (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..90a1bca --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,17 @@ +SUBDIRS = userguide + +EXTRA_DIST = \ +AUTHORS \ +GITGUIDE \ +INSTALL \ +NEWS \ +README \ +TODO \ +\ +Basic_Setup.txt \ +Setting_up_IPSinline_for_Linux.txt \ +Third_Party_Installation_Guides.txt + +datarootdir=@datarootdir@ +docdir = ${datarootdir}/doc/${PACKAGE} +dist_doc_DATA = ${EXTRA_DIST} -- cgit v1.2.3