/
githubmirror
/
opusfile
Обзор
Документация
Войти
/
githubmirror
/
opusfile
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.1
doc/Makefile
26 строк
498 B
Ralph Giles
Fix git-version.sh invocation.
01 окт 2012, 22:25
01 окт 2012, 22:25
3007479
Код
Авторство
О чём код?
## GNU makefile for opusfile documentation. all: doxygen doxygen: Doxyfile ../include/opusfile.h doxygen pdf: doxygen make -C latex clean: $(RM) -r html $(RM) -r latex distclean: clean $(RM) Doxyfile .PHONY: all clean distclean doxygen pdf # run autoconf-like replacements to finalize our config GIT_VERSION := $(shell ./git-version.sh) Doxyfile: Doxyfile.in Makefile sed -e 's/@PACKAGE@/opusfile/' \ -e 's/@VERSION@/$(GIT_VERSION)/' \ -e 's/@top_srcdir@/../' \ < $< > $@