mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-21 04:00:38 +01:00
api: update version based on configure version
Instead of manually which is error-prone.
This commit is contained in:
parent
310880a104
commit
6c901ab040
4 changed files with 5 additions and 4 deletions
|
|
@ -664,6 +664,7 @@ initscript/Mandriva/networkmanager
|
|||
initscript/linexa/Makefile
|
||||
initscript/linexa/networkmanager
|
||||
introspection/Makefile
|
||||
introspection/all.xml
|
||||
man/Makefile
|
||||
man/NetworkManager.8
|
||||
man/NetworkManager.conf.5
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ XSLTPROC = xsltproc --xinclude --nonet
|
|||
XMLS = $(wildcard $(top_srcdir)/introspection/nm-*.xml)
|
||||
|
||||
OTHER_FILES= \
|
||||
$(top_srcdir)/introspection/all.xml \
|
||||
$(top_builddir)/introspection/all.xml \
|
||||
$(top_srcdir)/introspection/generic-types.xml \
|
||||
$(top_srcdir)/introspection/errors.xml \
|
||||
$(top_srcdir)/introspection/vpn-errors.xml \
|
||||
|
|
@ -37,7 +37,7 @@ OTHER_FILES= \
|
|||
GENERATED_FILES = spec.html settings-spec.xml
|
||||
|
||||
spec.html: $(XMLS) $(OTHER_FILES) html-build.stamp
|
||||
$(XSLTPROC) $(top_srcdir)/tools/doc-generator.xsl $(top_srcdir)/introspection/all.xml > $@
|
||||
$(XSLTPROC) $(top_srcdir)/tools/doc-generator.xsl $(top_builddir)/introspection/all.xml > $@
|
||||
mkdir -p $(builddir)/html/
|
||||
cp $@ $(builddir)/html/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
EXTRA_DIST = \
|
||||
all.xml \
|
||||
all.xml.in \
|
||||
generic-types.xml \
|
||||
errors.xml \
|
||||
vpn-errors.xml \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
<tp:title>NetworkManager D-Bus Interface Specification</tp:title>
|
||||
<tp:version>0.9</tp:version>
|
||||
<tp:version>@VERSION@</tp:version>
|
||||
|
||||
|
||||
<tp:copyright>Copyright (C) 2008 - 2011 Red Hat, Inc.</tp:copyright>
|
||||
Loading…
Add table
Reference in a new issue