Project

General

Profile

« Previous | Next » 

Revision e0f0ac74

Added by Alexis Mousset over 7 years ago

Fixes #9393: Use release info to get ncf version to use in doc

View differences:

Makefile
BASENAME = rudder-doc
SOURCES = $(BASENAME).txt
TARGETS = epub html pdf readme manpage webhelp webhelp-localsearch
RELEASE_INFO := http://www.rudder-project.org/release-info
DOCBOOK_DIST = xsl/xsl-ns-stylesheets
RUDDER_VERSION = 3.1
NCF_VERSION = v0.x
NCF_VERSION = $(shell curl -s "$(RELEASE_INFO)/rudder/versions/$(RUDDER_VERSION)/components/ncf")
ASCIIDOC = $(CURDIR)/bin/asciidoc/asciidoc.py
A2X = $(CURDIR)/bin/asciidoc/a2x.py

Also available in: Unified diff