~ubuntu-branches/ubuntu/precise/kubuntu-docs/precise-proposed

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2009-09-20 16:03:58 UTC
  • Revision ID: james.westby@ubuntu.com-20090920160358-ivjke1ulpidpc5ao
Tags: 9.10.2
* Added images and updated images to the installation (LP: #423004)
* Added one string to the add-applications docs for Commercial repo

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
# Base kde directories for output from processor
59
59
KBASE=build/kubuntu/
60
60
 
 
61
# Style
 
62
style:
 
63
 
 
64
        mkdir -p $(KBASE)images/C
 
65
        cp images/C/* $(KBASE)images/C/
 
66
 
61
67
# all is for the kubuntu package and for the nightly builds for doc.ubuntu.com
62
 
all: clean about contributors copyright
 
68
all: clean style about contributors copyright
63
69
 
64
70
        for doc in `cat libs/shipped-docs`; do \
65
71
                xsltproc --xinclude -o $(KBASE)$$doc/$(LN)/index.html $(KUBUNTUXSL) \