~ubuntu-branches/ubuntu/hardy/xubuntu-docs/hardy-updates

« back to all changes in this revision

Viewing changes to xubuntu/debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2007-10-02 09:13:32 UTC
  • Revision ID: james.westby@ubuntu.com-20071002091332-93qul3sr0k5paac1
Tags: 7.10.1
New Xubuntu docs for Gutsy, thanks to Luzius Thöny

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
include /usr/share/cdbs/1/rules/debhelper.mk
 
4
 
 
5
build-stamp:
 
6
        touch build-stamp
 
7
 
 
8
build: build-stamp
 
9
        make -C xubuntu
 
10
 
 
11
install/xubuntu-docs::
 
12
        dh_install xubuntu/about/* usr/share/xubuntu-docs/about/
 
13
        dh_install build/xubuntu/* usr/share/xubuntu-docs/
 
14
 
 
15
        /usr/share/ubuntu-docs/common/prepare-firefox-startpage-translations \
 
16
                about/homepage \
 
17
                debian/xubuntu-docs \
 
18
                /usr/share/xubuntu-docs/about/locales \
 
19
                ../xubuntu-index.html
 
20
 
 
21
clean::
 
22
        # clean up
 
23
        make -C xubuntu clean
 
24
        -rmdir build
 
25
        rm -f build-stamp
 
26
        rm -rf debian/xubuntu-docs