summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: e773efaf3e905c6e8064a5f72ce2c56684cec615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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