~ubuntu-developer-manual/ubuntu-developer-manual/bazaar

« back to all changes in this revision

Viewing changes to environment

  • Committer: Kyle Nitzsche
  • Date: 2011-06-16 21:34:05 UTC
  • Revision ID: kyle.nitzsche@canonical.com-20110616213405-npzeoyuyrewr2tt0
cleaning up branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
export DOC=bazaar
5
5
export CUSTOM=../customization
6
6
export TYPE=article
7
 
export SHIPPEDDOCS=$TYPE/$DOC.xml
8
 
export MAKEOMFSFORDOCBOOK=no
9
 
export MAKEOMFSFORHTML=no
10
 
 
11
 
 
12
 
 
13
 
#Edit these for the omf template
14
 
export TITLE=Article
15
 
export DESCRIPTION=description-omf
16
 
export CREATOR=creator-omf
17
 
export MAINTAINER=maintainer-omf
18
 
export DATE=date-omf
19
 
export SUBJECT=subject-omf
20
 
#Note: the following assumes the following doc installation path
21
 
export URL=file:///usr/share/gnome/help
22
 
export SERIESID_XML=`scrollkeeper-gen-seriesid`
23
 
export SERIESID_HTML=`scrollkeeper-gen-seriesid`
24
 
export SUBJECT_CATEGORY="General|Linux|Distributions|Other"
25
 
export RIGHTS_TYPE=CC-by-SA
26
 
export LICENSE_VERSION=2.5
27
 
export LICENSE_HOLDER=license-holer-omf
28