/
jiteman
/
jsd-foreign-libreoffice-cppunit
Обзор
Документация
Войти
/
jiteman
/
jsd-foreign-libreoffice-cppunit
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
doc/Makefile.am
40 строк
744 B
jiteman
initial commit has been done
14 апр 2024, 15:49
14 апр 2024, 15:49
4c53812
Код
Авторство
О чём код?
.PHONY: install-data-hook uninstall-local clean-local htmldir= html_DATA= if DOC htmldir += $(pkgdatadir)/html html_DATA += $(static_pages) html/index.html install-data-hook: cp -pR html/* $(DESTDIR)$(htmldir) uninstall-local: rm -rf $(DESTDIR)$(htmldir) dox: html/index.html else install-data-hook: uninstall-local: dox: endif all-local: dox html/index.html: Doxyfile $(doxygen_input) "@DOXYGEN@" # Make tarfile to distribute the HTML documentation. doc-dist: dox tar -cJf $(PACKAGE)-docs-$(VERSION).tar.xz -C html . pdf: @PACKAGE@.pdf @PACKAGE@.pdf: $(MAKE) -C ./latex pdf ln -s ./latex/refman.ps @PACKAGE@.ps ln -s ./latex/refman.pdf @PACKAGE@.pdf clean-local: $(RM) -r latex $(RM) -r html man @PACKAGE@.ps @PACKAGE@.pdf