~ubuntu-branches/ubuntu/precise/pcb/precise

« back to all changes in this revision

Viewing changes to doc/pcb.html/Menu-Files-and-Defaults.html

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2005-02-20 13:14:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050220131400-pfz66g5vhx0azl8f
Tags: 1.99j+20050127-2
* Improved package description: (closes: #295405)
* Fixed dependency: tk84 -> tk8.4 (closes: #295404)
* Updated README.debian (closes: #269578)
* Applied patch to src/djopt.c to allow compilation with gcc-4.0
  (closes: #294319), thanks to Andreas Jochens for the patch.
* Prevent example files from being compressed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html lang="en">
 
2
<head>
 
3
<title>Pcb</title>
 
4
<meta http-equiv="Content-Type" content="text/html">
 
5
<meta name="description" content="Pcb">
 
6
<meta name="generator" content="makeinfo 4.6">
 
7
<meta http-equiv="Content-Style-Type" content="text/css">
 
8
<style type="text/css"><!--
 
9
  pre.display { font-family:inherit }
 
10
  pre.format  { font-family:inherit }
 
11
  pre.smalldisplay { font-family:inherit; font-size:smaller }
 
12
  pre.smallformat  { font-family:inherit; font-size:smaller }
 
13
  pre.smallexample { font-size:smaller }
 
14
  pre.smalllisp    { font-size:smaller }
 
15
--></style>
 
16
</head>
 
17
<body>
 
18
<div class="node">
 
19
<p>
 
20
Node:&nbsp;<a name="Menu%20Files%20and%20Defaults">Menu Files and Defaults</a>,
 
21
Previous:&nbsp;<a rel="previous" accesskey="p" href="Menu-Definitions.html#Menu%20Definitions">Menu Definitions</a>,
 
22
Up:&nbsp;<a rel="up" accesskey="u" href="Custom-Menus.html#Custom%20Menus">Custom Menus</a>
 
23
<hr><br>
 
24
</div>
 
25
 
 
26
<h3 class="section">Menu Files and Defaults</h3>
 
27
 
 
28
<p>Pcb will look for a file which defines its menus, trying the following
 
29
names:
 
30
 
 
31
<pre class="example">     ./pcb-menu.res
 
32
     $HOME/.pcb-menu.res
 
33
     $PCBLIBDIR/pcb-menu.res
 
34
     &lt;internal&gt;
 
35
     </pre>
 
36
 
 
37
   <p>Note that <var>pcblibdir</var> defaults to <code>/usr/local/share/pcb</code>
 
38
(hence, <code>/usr/local/share/pcb/pcb-menu.res</code>).  The
 
39
<code>&lt;internal&gt;</code> entry refers to a menu definition within the Pcb
 
40
application itself.  The master file for all this is the file
 
41
<code>src/pcb-menu.res</code> in the Pcb source tree.  This master source is
 
42
used to create the internal menu definition as well as being installed
 
43
in <code>$pcblibdir</code>.
 
44
 
 
45
   <p>You can view the internal menu definition (the default) by running
 
46
<code>pcb</code> with the <code>-dumpmenu</code> option, like this:
 
47
 
 
48
<pre class="example">     pcb -dumpmenu
 
49
     </pre>
 
50
 
 
51
   </body></html>
 
52