Skip to content
Snippets Groups Projects
Commit 7a03d293 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Move doc/upgrade.rst to UPGRADE, copy at build-time


This will allow distributions to install the file as text documentation.

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 35dd762d
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@
/doc/html
/doc/install-quick.rst
/doc/news.rst
/doc/upgrade.rst
/doc/*.in
/doc/*.png
......
......@@ -79,6 +79,7 @@ MAINTAINERCLEANFILES = \
$(maninput) \
doc/install-quick.rst \
doc/news.rst \
doc/upgrade.rst \
vcs-version
maintainer-clean-local:
......@@ -261,6 +262,14 @@ doc/install-quick.rst: INSTALL
cat $<; \
} > $@
doc/upgrade.rst: UPGRADE
set -e; \
{ echo '.. This file is automatically updated at build time from $<.'; \
echo '.. Do not edit.'; \
echo; \
cat $<; \
} > $@
docdot = \
doc/arch-2.0.dot \
doc/design-2.1-lock-acquire.dot \
......@@ -331,6 +340,7 @@ pkglib_SCRIPTS = \
EXTRA_DIST = \
NEWS \
UPGRADE \
pylintrc \
autotools/build-bash-completion \
autotools/check-python-code \
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment