parent
532d910744
commit
99e0e9fa0f
@ -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:
|
|||||||
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
|
||||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 43 B After Width: | Height: | Size: 43 B |
10
configure.ac
10
configure.ac
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user