~ubuntu-branches/ubuntu/warty/gdm/warty

« back to all changes in this revision

Viewing changes to docs/eu/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jeff Waugh
  • Date: 2004-10-13 22:47:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041013224701-k1kdko9usv2lndyb
Tags: 2.6.0.3-1ubuntu20
* config/gdm.conf.in:
  - Change GDM background colour to desktop default.
  - Disable gdmlogin branding (don't have a good logo image handy).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
gdm_helpdir = $(datadir)/gnome/help/gdm/eu
2
 
 
3
 
gdm_help_DATA =         \
4
 
        gdm.html
5
 
 
6
 
SGML_FILES = gdm.sgml
7
 
 
8
 
EXTRA_DIST = \
9
 
        $(SGML_FILES)           
10
 
 
11
 
all: 
12
 
 
13
 
gdm.html: gdm/index.html
14
 
        -cd $(srcdir) && cp gdm/index.html gdm.html
15
 
 
16
 
gdm/index.html: $(SGML_FILES)
17
 
        -cd $(srcdir) && db2html gdm.sgml
18
 
 
19
 
dist-hook:
20
 
        mkdir $(distdir)/gdm
21
 
        -cp $(srcdir)/gdm/*.html gdm/*.css $(distdir)/gdm
22
 
        -cp $(srcdir)/gdm.html $(distdir)
23
 
        -cp $(srcdir)/gdm.html $(distdir)/gdm/index.html
24
 
 
25
 
install-data-local: gdm.html
26
 
        $(mkinstalldirs) $(DESTDIR)$(gdm_helpdir)/images
27
 
        -for file in $(srcdir)/gdm/*.html $(srcdir)/gdm/*.css; do \
28
 
        basefile=`basename $$file`; \
29
 
        $(INSTALL_DATA) $$file $(DESTDIR)$(gdm_helpdir)/$$basefile; \
30
 
        done
31
 
        $(INSTALL_DATA) $(srcdir)/gdm.html $(DESTDIR)$(gdm_helpdir)/index.html
32
 
 
33
 
gdm.ps: $(SGML_FILES)
34
 
        db2ps $<
35
 
 
36
 
gdm.rtf: $(SGML_FILES)
37
 
        -db2rtf $<
38