/
osbornray
/
infobash
Обзор
Документация
Войти
/
osbornray
/
infobash
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
debian/rules
20 строк
424 B
Stefan Lippers-Hollmann
bump standards version to 4.5.0:
13 апр 2020, 00:17
13 апр 2020, 00:17
cc5237a
Код
Авторство
О чём код?
#!/usr/bin/make -f %: dh ${@} override_dh_auto_build: # support the nodoc build profile ifneq ($(filter nodocs,$(DEB_BUILD_PROFILES)),) printf "\nnodoc build profile enabled, therefor not building docs.\n" else xsltproc -o infobash.1 \ /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \ infobash.sgml test -s infobash.1 endif dh_auto_build override_dh_auto_clean: rm -f infobash.1 dh_auto_clean