Commit e83fa423 authored by Andrey Cherepanov's avatar Andrey Cherepanov

5.0.0-alt35

- fix Ark Server name - completely remove beta status - change default install dir for indexhtml packages and path to manual
parent d6e80729
...@@ -264,13 +264,11 @@ echo $lang > lang ...@@ -264,13 +264,11 @@ 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,14 +45,3 @@ boot: ...@@ -45,14 +45,3 @@ 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
...@@ -56,11 +56,11 @@ AC_CONFIG_FILES([ ...@@ -56,11 +56,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
notes/index-ru.html indexhtml/index-ru.html
notes/index-uk.html indexhtml/index-uk.html
notes/index-en.html indexhtml/index-en.html
components/indexhtml/indexhtml.desktop indexhtml/indexhtml.desktop
components/indexhtml/index.css 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