Commit 99e0e9fa authored by Stanislav Ievlev's avatar Stanislav Ievlev

Revert "5.0.0-alt35"

This reverts commit 64fab7a4.
parent 532d9107
...@@ -266,11 +266,13 @@ echo $lang > lang ...@@ -266,11 +266,13 @@ echo $lang > lang
%files slideshow %files slideshow
/usr/share/install2/slideshow /usr/share/install2/slideshow
%define indexhtmldir %_datadir/doc/alt-docs/indexhtml
%files indexhtml %files indexhtml
%ghost %_indexhtmldir/index.html %ghost %indexhtmldir/index.html
%_indexhtmldir/index-*.html %indexhtmldir/index-*.html
%_indexhtmldir/index.css %indexhtmldir/index.css
%_indexhtmldir/img %indexhtmldir/img
%_desktopdir/indexhtml.desktop %_desktopdir/indexhtml.desktop
%changelog %changelog
......
...@@ -45,3 +45,14 @@ boot: ...@@ -45,3 +45,14 @@ boot:
install -d -m 755 $(datadir)/gfxboot/$(THEME) install -d -m 755 $(datadir)/gfxboot/$(THEME)
install -m 644 design-bootloader-source/message $(sysconfdir)/../boot/splash/$(THEME) install -m 644 design-bootloader-source/message $(sysconfdir)/../boot/splash/$(THEME)
install -m 644 design-bootloader-source/bootlogo $(datadir)/gfxboot/$(THEME) install -m 644 design-bootloader-source/bootlogo $(datadir)/gfxboot/$(THEME)
# index html page, start page for all local browsers
INDEXHTML_DIR=$(datadir)/doc/alt-docs/indexhtml
indexhtml:
for i in notes/index*.html components/indexhtml/*.css;do \
install -Dpm644 $$i $(INDEXHTML_DIR)/`basename $$i`; \
done
install -Dpm644 /dev/null $(INDEXHTML_DIR)/index.html
cp -a components/indexhtml/img $(INDEXHTML_DIR)
install -Dpm644 images/product-logo.png $(INDEXHTML_DIR)/img/product-logo.png
install -Dpm644 components/indexhtml/indexhtml.desktop $(datadir)/applications/indexhtml.desktop
...@@ -53,11 +53,11 @@ AC_CONFIG_FILES([ ...@@ -53,11 +53,11 @@ AC_CONFIG_FILES([
notes/release-notes.all.html notes/release-notes.all.html
notes/license.ru.html notes/license.ru.html
notes/license.all.html notes/license.all.html
indexhtml/index-ru.html notes/index-ru.html
indexhtml/index-uk.html notes/index-uk.html
indexhtml/index-en.html notes/index-en.html
indexhtml/indexhtml.desktop components/indexhtml/indexhtml.desktop
indexhtml/index.css components/indexhtml/index.css
gnome-settings/gtkrc gnome-settings/gtkrc
gnome-settings/index.theme gnome-settings/index.theme
gnome-settings/metacity-theme-1.xml gnome-settings/metacity-theme-1.xml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment