forked from lix-project/lix
* Install the release notes.
This commit is contained in:
parent
5d4eb9dd07
commit
09bc0c502c
|
@ -79,10 +79,14 @@ all-local: manual.html NEWS.html NEWS.txt
|
||||||
install-data-local: manual.html
|
install-data-local: manual.html
|
||||||
$(INSTALL) -d $(DESTDIR)$(docdir)/manual
|
$(INSTALL) -d $(DESTDIR)$(docdir)/manual
|
||||||
$(INSTALL_DATA) manual.html $(DESTDIR)$(docdir)/manual
|
$(INSTALL_DATA) manual.html $(DESTDIR)$(docdir)/manual
|
||||||
|
ln -sf manual.html $(DESTDIR)$(docdir)/manual/index.html
|
||||||
$(INSTALL_DATA) style.css $(DESTDIR)$(docdir)/manual
|
$(INSTALL_DATA) style.css $(DESTDIR)$(docdir)/manual
|
||||||
cp -r images $(DESTDIR)$(docdir)/manual/images
|
cp -r images $(DESTDIR)$(docdir)/manual/images
|
||||||
$(INSTALL) -d $(DESTDIR)$(docdir)/manual/figures
|
$(INSTALL) -d $(DESTDIR)$(docdir)/manual/figures
|
||||||
$(INSTALL_DATA) $(FIGURES) $(DESTDIR)$(docdir)/manual/figures
|
$(INSTALL_DATA) $(FIGURES) $(DESTDIR)$(docdir)/manual/figures
|
||||||
|
$(INSTALL) -d $(DESTDIR)$(docdir)/release-notes
|
||||||
|
$(INSTALL_DATA) NEWS.html $(DESTDIR)$(docdir)/release-notes/index.html
|
||||||
|
$(INSTALL_DATA) style.css $(DESTDIR)$(docdir)/release-notes/
|
||||||
|
|
||||||
images:
|
images:
|
||||||
mkdir images
|
mkdir images
|
||||||
|
|
|
@ -67,7 +67,8 @@ let jobs = rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
echo "doc manual $out/share/doc/nix/manual/manual.html" >> $out/nix-support/hydra-build-products
|
echo "doc manual $out/share/doc/nix/manual" >> $out/nix-support/hydra-build-products
|
||||||
|
echo "doc release-notes $out/share/doc/nix/release-notes" >> $out/nix-support/hydra-build-products
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue