~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/eu/project-manager-target-add.page

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-20 22:38:35 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20120220223835-ny223imz62qkk9ns
Tags: 2:3.3.90-0ubuntu1
* New upstream release.
* debian/rules: Watch for unstable releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="project-manager-target-add" xml:lang="eu">
 
3
 
 
4
  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
 
5
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
 
6
    <link type="guide" xref="project-manager-target" group="fifth"/>
 
7
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
 
8
    <desc>
 
9
      Add a target to a project.
 
10
    </desc>
 
11
    <credit type="author">
 
12
      <name>Sébastien Granjoux</name>
 
13
      <email>seb.sfo@free.fr</email>
 
14
    </credit>
 
15
    <credit type="editor">
 
16
      <name>Philip Chimento</name>
 
17
      <email>philip.chimento@gmail.com</email>
 
18
    </credit>
 
19
  </info>
 
20
 
 
21
  <title>Add a Target</title>
 
22
 
 
23
  <p>A target groups files together and defines their use.
 
24
  It is used to represent a program, with all its source files as its children
 
25
  or only group data files those should be installed at the same place.</p>
 
26
 
 
27
  <steps>
 
28
    <item>
 
29
      <p>Select the directory where you want to add the new target in
 
30
      the <gui>project view</gui>, click on the right mouse button to
 
31
      make the <gui>project context menu</gui> appear and select
 
32
      <gui>New Target</gui>.</p>
 
33
      <p>Or from the <gui>main menu</gui>, select <guiseq><gui>Project</gui>
 
34
      <gui>New Target...</gui></guiseq>.</p>
 
35
    </item>
 
36
    <item>
 
37
      <p>You can select another directory in the bottom <gui>directory tree view</gui>.
 
38
      </p>
 
39
      <p>Enter a target name and select the type of the target in the
 
40
      drop-down list below.
 
41
      Depending on your project backend, various types of target are possible,
 
42
      see at the bottom.</p>
 
43
      <note style="tip">
 
44
        <p>Target names are typically restricted to letters, digits and
 
45
        the underscore, so it's safer to avoid other characters.</p>
 
46
     </note>
 
47
    </item>
 
48
    <item>
 
49
      <p>When you have chosen the target name, type and parent, click on the
 
50
      <gui>Add</gui> button to create this new target.</p>
 
51
    </item>
 
52
 </steps>
 
53
 
 
54
</page>