/
githubmirror
/
parted
Обзор
Документация
Войти
/
githubmirror
/
parted
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v2.2
doc/Makefile.am
21 строка
453 B
Debarshi Ray
Introduced MAINTAINERCLEANFILES in Makefile.am for carrying out 'make maintainer-clean'.
19 фев 2007, 08:28
19 фев 2007, 08:28
7855179
Код
Авторство
О чём код?
# 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: list='$(SUBDIRS)'; for dir in $$list; do \ $(MAKE) -C "$$dir" updatepo; \ done MAINTAINERCLEANFILES = Makefile.in \ mdate-sh \ texinfo.tex