* Include version number in manual.
This commit is contained in:
parent
7959354379
commit
5346536b62
3 changed files with 12 additions and 4 deletions
|
|
@ -11,10 +11,13 @@ SOURCES = manual.xml introduction.xml installation.xml overview.xml \
|
|||
troubleshooting.xml bugs.xml \
|
||||
style.css images
|
||||
|
||||
manual.is-valid: $(SOURCES)
|
||||
manual.is-valid: $(SOURCES) version.xml
|
||||
$(XMLLINT) --noout --valid manual.xml
|
||||
touch $@
|
||||
|
||||
version.xml:
|
||||
echo -n $(VERSION) > version.xml
|
||||
|
||||
man1_MANS = nix-store.1 nix-instantiate.1
|
||||
|
||||
man $(MANS): $(SOURCES) manual.is-valid
|
||||
|
|
@ -38,6 +41,8 @@ images:
|
|||
cp $(docbookxsl)/images/callouts/*.png images/callouts
|
||||
chmod +w -R images
|
||||
|
||||
EXTRA_DIST = $(SOURCES) manual.html manual.is-valid $(MANS)
|
||||
KEEP = manual.html manual.is-valid version.xml $(MANS)
|
||||
|
||||
DISTCLEANFILES = manual.html manual.is-valid $(MANS)
|
||||
EXTRA_DIST = $(SOURCES) $(KEEP)
|
||||
|
||||
DISTCLEANFILES = $(KEEP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue