From a398d2c2b5fd6ab0545d8bb019f9a970b2309404 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:16:34 +0200 Subject: Adding upstream version 3.6. 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..e773efa --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,17 @@ +# C must be the first sub-directory because it contains the POT files. +SUBDIRS = C pt_BR + +info_TEXINFOS = parted.texi +MAKEINFO = makeinfo --no-split + +EXTRA_DIST = FAT \ + USER.jp \ + API \ + fdl.texi \ + parted-pt_BR.texi + +.PHONY: updatepo +updatepo: + $(AM_V_GEN)list='$(SUBDIRS)'; for dir in $$list; do \ + $(MAKE) -C "$$dir" updatepo; \ + done -- cgit v1.2.3