• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

修订版4830cdb9aa59f6f70f64f852bf1db4a5c9d1dca2 (tree)
时间2014-04-06 20:18:06
作者Hans Breuer <hans@breu...>
CommiterHans Breuer

Log Message

build: fix most 'INCLUDES' is the old name for 'AM_CPPFLAGS'

not for bindings/Makefile.am, missing CXXFLAGS?

更改概述

差异

--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -2,13 +2,13 @@
22
33 SUBDIRS = pixmaps
44
5-INCLUDES = \
5+AM_CPPFLAGS = \
66 -I$(top_srcdir) \
77 -I$(top_srcdir)/intl \
88 -I$(top_srcdir)/lib \
99 $(DEBUG_FLAGS) \
1010 $(GTK_CFLAGS) \
11- $(GTK_MAC_CFLAGS) \
11+ $(GTK_MAC_CFLAGS) \
1212 $(LIBART_CFLAGS) \
1313 -DPREFIX=\""$(prefix)"\" \
1414 -DSYSCONFDIR=\""$(sysconfdir)"\" \
--- a/configure.in
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_PREREQ(2.50)
99 AC_REVISION($Revision: 1.288 $)
1010
1111 dnl Specify a header configuration file
12-AM_CONFIG_HEADER(config.h)
12+AC_CONFIG_HEADER(config.h)
1313
1414 AC_CANONICAL_HOST
1515
--- a/doc/en/dia.1
+++ b/doc/en/dia.1
@@ -1,156 +1,109 @@
1-'\" t
21 .\" Title: dia
32 .\" Author: Fredrik Hallenberg <hallon@lysator.liu.se>
4-.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5-.\" Date: 2004-11-26
6-.\" Manual: [FIXME: manual]
7-.\" Source: [FIXME: source]
8-.\" Language: English
3+.\" Generator: DocBook XSL Stylesheets v1.71.0 <http://docbook.sf.net/>
4+.\" Date: 2004.11.26
5+.\" Manual:
6+.\" Source:
97 .\"
10-.TH "DIA" "1" "2004\-11\-26" "[FIXME: source]" "[FIXME: manual]"
11-.\" -----------------------------------------------------------------
12-.\" * set default formatting
13-.\" -----------------------------------------------------------------
8+.TH "DIA" "1" "2004\-11\-26" "" ""
149 .\" disable hyphenation
1510 .nh
1611 .\" disable justification (adjust text to left margin only)
1712 .ad l
18-.\" -----------------------------------------------------------------
19-.\" * MAIN CONTENT STARTS HERE *
20-.\" -----------------------------------------------------------------
2113 .SH "NAME"
2214 dia \- a diagram drawing program
2315 .SH "SYNOPSIS"
24-.HP \w'\fBdia\fR\ 'u
25-\fBdia\fR [\fB\-c\fR] [\fB\-\-credits\fR] [\fB\-e\ \fR\fB\fIOUTPUT\fR\fR] [\fB\-\-export=\fR\fB\fIOUTPUT\fR\fR] [\fB\-L\ \fR\fB\fILAYER,LAYER,\&.\&.\&.\fR\fR] [\fB\-\-show\-layers=\fR\fB\fILAYER,LAYER,\&.\&.\&.\fR\fR] [\fB\-h\fR] [\fB\-\-help\fR] [\fB\-n\fR] [\fB\-\-nosplash\fR] [\fB\-s\ \fR\fB\fIWxH\fR\fR] [\fB\-\-size=\fR\fB\fIWxH\fR\fR] [\fB\-t\ \fR\fB\fIFORMAT\fR\fR] [\fB\-\-filter=\fR\fB\fIFORMAT\fR\fR] [\fB\-v\fR] [\fB\-\-version\fR] [file\ \&.\&.\&.]
16+.HP 4
17+\fBdia\fR [\fB\-c\fR] [\fB\-\-credits\fR] [\fB\-e\ \fR\fB\fIOUTPUT\fR\fR] [\fB\-\-export=\fR\fB\fIOUTPUT\fR\fR] [\fB\-L\ \fR\fB\fILAYER,LAYER,...\fR\fR] [\fB\-\-show\-layers=\fR\fB\fILAYER,LAYER,...\fR\fR] [\fB\-h\fR] [\fB\-\-help\fR] [\fB\-n\fR] [\fB\-\-nosplash\fR] [\fB\-s\ \fR\fB\fIWxH\fR\fR] [\fB\-\-size=\fR\fB\fIWxH\fR\fR] [\fB\-t\ \fR\fB\fIFORMAT\fR\fR] [\fB\-\-filter=\fR\fB\fIFORMAT\fR\fR] [\fB\-v\fR] [\fB\-\-version\fR] [file\ ...]
2618 .SH "DESCRIPTION"
2719 .PP
2820 \fBDia\fR
29-is used to create diagrams\&. Dia has a number of basic tools, like lines and boxes but can also dynamically load
30-\fIsheets\fR\&. A sheet is a collection of tools that are used in a certain type of diagram\&.
21+is used to create diagrams. Dia has a number of basic tools, like lines and boxes but can also dynamically load
22+\fIsheets\fR. A sheet is a collection of tools that are used in a certain type of diagram.
3123 .PP
3224 Most diagram objects in
3325 \fBDia\fR
3426 have
35-\fIconnection points\fR\&. Lines can be connected to these connection points and this way graph structures can be formed\&. When objects are moved or resized the connections will follow the objects\&.
27+\fIconnection points\fR. Lines can be connected to these connection points and this way graph structures can be formed. When objects are moved or resized the connections will follow the objects.
3628 .PP
3729 Diagrams drawn in
3830 \fBDia\fR
39-can be exported as PostScript\&.
31+can be exported as PostScript.
4032 .SH "OPTIONS"
4133 .PP
4234 \fBDia\fR
4335 accepts the following options:
4436 .PP
4537 \fB\-c\fR \fB\-\-credits\fR
46-.RS 4
47-Display credits list and exit\&.
38+.RS 3n
39+Display credits list and exit.
4840 .RE
4941 .PP
5042 \fB\-e \fR\fB\fIOUTPUT\fR\fR \fB\-\-export=\fR\fB\fIOUTPUT\fR\fR
51-.RS 4
52-Export loaded file to OUTPUT and exit\&.
43+.RS 3n
44+Export loaded file to OUTPUT and exit.
5345 .RE
5446 .PP
5547 \fB\-h\fR \fB\-\-help\fR
56-.RS 4
57-Display a list of all commandline options\&.
48+.RS 3n
49+Display a list of all commandline options.
5850 .RE
5951 .PP
6052 \fB\-n\fR \fB\-\-nosplash\fR
61-.RS 4
62-Do not show the splash screen\&.
53+.RS 3n
54+Do not show the splash screen.
6355 .RE
6456 .PP
6557 \fB\-s \fR\fB\fIWxH\fR\fR \fB\-\-size=\fR\fB\fIWxH\fR\fR
66-.RS 4
67-Export loaded file in decimal given width and/or height\&. It is allowed to only select width or height\&. E\&.g\&.
58+.RS 3n
59+Export loaded file in decimal given width and/or height. It is allowed to only select width or height. E.g.
6860 \fB\-\-size=\fR\fB\fI520x\fR\fR
6961 exports an image that is 520 pixels wide, while
7062 \fB\-\-size=\fR\fB\fIx900\fR\fR
71-exports an image of 900 pixels height\&.
72-.if n \{\
63+exports an image of 900 pixels height.
7364 .sp
74-.\}
75-.RS 4
7665 .it 1 an-trap
7766 .nr an-no-space-flag 1
7867 .nr an-break-flag 1
7968 .br
80-.ps +1
8169 \fBNote\fR
82-.ps -1
83-.br
84-This option is currently only implemented for the PNG export filter\&.
85-.sp .5v
86-.RE
70+This option is currently only implemented for the PNG export filter.
8771 .RE
8872 .PP
89-\fB\-L \fR\fB\fILAYER,LAYER,\&.\&.\&.\fR\fR \fB\-\-show\-layers=\fR\fB\fILAYER,LAYER,\&.\&.\&.\fR\fR
90-.RS 4
91-Only include specified layers when exporting\&. Layers can be specified either as a layer name, the layer number or a numeric range X\-Y of layers\&. \-\-show\-layers=background,2\-5 shows the layer named background and layers 2\-5, \-\-show\-layers=2\- shows layers 2 and up\&.
73+\fB\-L \fR\fB\fILAYER,LAYER,...\fR\fR \fB\-\-show\-layers=\fR\fB\fILAYER,LAYER,...\fR\fR
74+.RS 3n
75+Only include specified layers when exporting. Layers can be specified either as a layer name, the layer number or a numeric range X\-Y of layers. \-\-show\-layers=background,2\-5 shows the layer named background and layers 2\-5, \-\-show\-layers=2\- shows layers 2 and up.
9276 .RE
9377 .PP
9478 \fB\-t \fR\fB\fIFORMAT\fR\fR \fB\-\-export\-to\-format=\fR\fB\fIFORMAT\fR\fR
95-.RS 4
96-Export loaded file in FORMAT and exit\&. Format are described below\&.
79+.RS 3n
80+Export loaded file in FORMAT and exit. Format are described below.
9781 .RE
9882 .PP
9983 \fB\-v\fR \fB\-\-version\fR
100-.RS 4
84+.RS 3n
10185 Display
10286 \fBdia\fR
103-version and exit\&.
87+version and exit.
10488 .RE
10589 .SH "EXPORT FORMATS"
10690 .PP
10791 The following export formats are supported by
108-\fBdia\fR\&.
109-.sp
110-.RS 4
111-.ie n \{\
112-\h'-04'\(bu\h'+03'\c
113-.\}
114-.el \{\
115-.sp -1
116-.IP \(bu 2.3
117-.\}
92+\fBdia\fR.
93+.TP 3n
94+\(bu
11895 cgm
11996 (Computer Graphics Metafile, ISO 8632)
120-.RE
121-.sp
122-.RS 4
123-.ie n \{\
124-\h'-04'\(bu\h'+03'\c
125-.\}
126-.el \{\
127-.sp -1
128-.IP \(bu 2.3
129-.\}
97+.TP 3n
98+\(bu
13099 dia
131100 (Native dia diagram)
132-.RE
133-.sp
134-.RS 4
135-.ie n \{\
136-\h'-04'\(bu\h'+03'\c
137-.\}
138-.el \{\
139-.sp -1
140-.IP \(bu 2.3
141-.\}
101+.TP 3n
102+\(bu
142103 dxf
143104 (Drawing Interchange File)
144-.RE
145-.sp
146-.RS 4
147-.ie n \{\
148-\h'-04'\(bu\h'+03'\c
149-.\}
150-.el \{\
151-.sp -1
152-.IP \(bu 2.3
153-.\}
105+.TP 3n
106+\(bu
154107 eps
155108 or
156109 eps\-builtin
@@ -164,199 +117,82 @@ and
164117 eps\-pango
165118 both use the font renderer of the Pango library, while
166119 eps\-builtin
167-uses a dia specific font renderer\&. If you have problems with Pango rendering, e\&.g\&. Unicode, try
120+uses a dia specific font renderer. If you have problems with Pango rendering, e.g. Unicode, try
168121 eps\-builtin
169-instead\&.
170-.RE
171-.sp
172-.RS 4
173-.ie n \{\
174-\h'-04'\(bu\h'+03'\c
175-.\}
176-.el \{\
177-.sp -1
178-.IP \(bu 2.3
179-.\}
122+instead.
123+.TP 3n
124+\(bu
180125 fig
181126 (XFig format)
182-.RE
183-.sp
184-.RS 4
185-.ie n \{\
186-\h'-04'\(bu\h'+03'\c
187-.\}
188-.el \{\
189-.sp -1
190-.IP \(bu 2.3
191-.\}
127+.TP 3n
128+\(bu
192129 mp
193130 (TeX MetaPost macros)
194-.RE
195-.sp
196-.RS 4
197-.ie n \{\
198-\h'-04'\(bu\h'+03'\c
199-.\}
200-.el \{\
201-.sp -1
202-.IP \(bu 2.3
203-.\}
131+.TP 3n
132+\(bu
204133 plt
205134 or
206135 hpgl
207136 (HP Graphics Language)
208-.RE
209-.sp
210-.RS 4
211-.ie n \{\
212-\h'-04'\(bu\h'+03'\c
213-.\}
214-.el \{\
215-.sp -1
216-.IP \(bu 2.3
217-.\}
137+.TP 3n
138+\(bu
218139 png
219140 (Portable Network Graphics)
220-.RE
221-.sp
222-.RS 4
223-.ie n \{\
224-\h'-04'\(bu\h'+03'\c
225-.\}
226-.el \{\
227-.sp -1
228-.IP \(bu 2.3
229-.\}
141+.TP 3n
142+\(bu
230143 shape
231144 (Dia Shape File)
232-.RE
233-.sp
234-.RS 4
235-.ie n \{\
236-\h'-04'\(bu\h'+03'\c
237-.\}
238-.el \{\
239-.sp -1
240-.IP \(bu 2.3
241-.\}
145+.TP 3n
146+\(bu
242147 svg
243148 (Scalable Vector Graphics)
244-.RE
245-.sp
246-.RS 4
247-.ie n \{\
248-\h'-04'\(bu\h'+03'\c
249-.\}
250-.el \{\
251-.sp -1
252-.IP \(bu 2.3
253-.\}
254-tex
149+.TP 3n
150+\(bu
151+pstricks\-tex
255152 (TeX PSTricks macros)
256-.RE
257-.sp
258-.RS 4
259-.ie n \{\
260-\h'-04'\(bu\h'+03'\c
261-.\}
262-.el \{\
263-.sp -1
264-.IP \(bu 2.3
265-.\}
153+.TP 3n
154+\(bu
155+pgf\-tex
156+(TeX PGF/tikz macros)
157+.TP 3n
158+\(bu
266159 wpg
267160 (WordPerfect Graphics)
268-.RE
269-.sp
270-.RS 4
271-.ie n \{\
272-\h'-04'\(bu\h'+03'\c
273-.\}
274-.el \{\
275-.sp -1
276-.IP \(bu 2.3
277-.\}
161+.TP 3n
162+\(bu
278163 wmf
279164 (Windows MetaFile)
280-.RE
281165 .SH "FILES"
282166 .PP
283167 \fBdia\fR
284168 creates a directory
285-\&.dia
286-in the user\'s home, which contains different files to store user preferences\&. To reset
169+\fI.dia\fR
170+in the user's home, which contains different files to store user preferences. To reset
287171 \fBdia\fR
288-to it\'s default behaviour, just remove the respective file:
289-.sp
290-.RS 4
291-.ie n \{\
292-\h'-04'\(bu\h'+03'\c
293-.\}
294-.el \{\
295-.sp -1
296-.IP \(bu 2.3
297-.\}
298-defaults\&.dia: contains default values for elements (XML format)\&.
299-.RE
300-.sp
301-.RS 4
302-.ie n \{\
303-\h'-04'\(bu\h'+03'\c
304-.\}
305-.el \{\
306-.sp -1
307-.IP \(bu 2.3
308-.\}
309-diarc: keeps
172+to it's default behaviour, just remove the respective file:
173+.TP 3n
174+\(bu
175+\fIdefaults.dia\fR: contains default values for elements (XML format).
176+.TP 3n
177+\(bu
178+\fIdiarc\fR: keeps
310179 \fBdia\fR
311-preferences (ASCII)\&.
312-.RE
313-.sp
314-.RS 4
315-.ie n \{\
316-\h'-04'\(bu\h'+03'\c
317-.\}
318-.el \{\
319-.sp -1
320-.IP \(bu 2.3
321-.\}
322-history: keeps the list of last edited diagrams (ASCII)\&.
323-.RE
324-.sp
325-.RS 4
326-.ie n \{\
327-\h'-04'\(bu\h'+03'\c
328-.\}
329-.el \{\
330-.sp -1
331-.IP \(bu 2.3
332-.\}
333-menurc: contains an automated accelerator map dump (Lisp)\&.
334-.RE
335-.sp
336-.RS 4
337-.ie n \{\
338-\h'-04'\(bu\h'+03'\c
339-.\}
340-.el \{\
341-.sp -1
342-.IP \(bu 2.3
343-.\}
344-persistence: contains GUI information, e\&.g\&. open windows (XML)\&.
345-.RE
346-.sp
347-.RS 4
348-.ie n \{\
349-\h'-04'\(bu\h'+03'\c
350-.\}
351-.el \{\
352-.sp -1
353-.IP \(bu 2.3
354-.\}
355-pluginrc: the list of loaded plugins (XML)\&.
356-.RE
180+preferences (ASCII).
181+.TP 3n
182+\(bu
183+\fIhistory\fR: keeps the list of last edited diagrams (ASCII).
184+.TP 3n
185+\(bu
186+\fImenurc\fR: contains an automated accelerator map dump (Lisp).
187+.TP 3n
188+\(bu
189+\fIpersistence\fR: contains GUI information, e.g. open windows (XML).
190+.TP 3n
191+\(bu
192+\fIpluginrc\fR: the list of loaded plugins (XML).
357193 .SH "SEE ALSO"
358194 .PP
359-\m[blue]\fBPango\fR\m[]\&\s-2\u[1]\d\s+2
195+[1]\&\fIPango\fR
360196 .PP
361197 X (1)
362198 .PP
@@ -365,38 +201,35 @@ xfig (1)
365201 inkscape (1)
366202 .SH "COPYRIGHT"
367203 .PP
368-Copyright 1999 Alexander Larsson\&.
204+Copyright 1999 Alexander Larsson.
369205 .PP
370-Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation\&.
206+Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation.
371207 .SH "AUTHORS"
372208 .PP
373209 Alexander Larsson
374210 .PP
375211 This manual was written by
376-Fredrik Hallenberg\&.
212+Fredrik Hallenberg.
377213 .SH "AUTHORS"
378214 .PP
379-\fBFredrik Hallenberg\fR <\&hallon@lysator\&.liu\&.se\&>
380-.RS 4
215+\fBFredrik Hallenberg\fR <\&hallon@lysator.liu.se\&>
216+.sp -1n
217+.IP "" 3n
381218 Author.
382-.RE
383219 .PP
384-\fBW\&. Borgert\fR <\&debacle@debian\&.org\&>
385-.RS 4
220+\fBW. Borgert\fR <\&debacle@debian.org\&>
221+.sp -1n
222+.IP "" 3n
386223 Author.
387-.RE
388224 .PP
389-\fBAlan Horkan\fR <\&horkana@tcd\&.ie\&>
390-.RS 4
225+\fBAlan Horkan\fR <\&horkana@tcd.ie\&>
226+.sp -1n
227+.IP "" 3n
391228 Author.
392-.RE
393229 .SH "COPYRIGHT"
394-.br
395230 Copyright \(co 1999, 2004 Fredrik Hallenberg, W. Borgert, Alan Horkan
396231 .br
397-.SH "NOTES"
398-.IP " 1." 4
399-Pango
400-.RS 4
232+.SH "REFERENCES"
233+.TP 3
234+1.\ Pango
401235 \%http://www.pango.org/
402-.RE
--- a/doc/eu/dia.1
+++ b/doc/eu/dia.1
@@ -1,156 +1,109 @@
1-'\" t
21 .\" Title: dia
32 .\" Author: Fredrik Hallenberg <hallon@lysator.liu.se>
4-.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5-.\" Date: 2004-11-26
6-.\" Manual: [FIXME: manual]
7-.\" Source: [FIXME: source]
8-.\" Language: English
3+.\" Generator: DocBook XSL Stylesheets v1.71.0 <http://docbook.sf.net/>
4+.\" Date: 2004.11.26
5+.\" Manual:
6+.\" Source:
97 .\"
10-.TH "DIA" "1" "2004\-11\-26" "[FIXME: source]" "[FIXME: manual]"
11-.\" -----------------------------------------------------------------
12-.\" * set default formatting
13-.\" -----------------------------------------------------------------
8+.TH "DIA" "1" "2004\-11\-26" "" ""
149 .\" disable hyphenation
1510 .nh
1611 .\" disable justification (adjust text to left margin only)
1712 .ad l
18-.\" -----------------------------------------------------------------
19-.\" * MAIN CONTENT STARTS HERE *
20-.\" -----------------------------------------------------------------
2113 .SH "NAME"
2214 dia \- a diagram drawing program
2315 .SH "SYNOPSIS"
24-.HP \w'\fBdia\fR\ 'u
25-\fBdia\fR [\fB\-c\fR] [\fB\-\-credits\fR] [\fB\-e\ \fR\fB\fIOUTPUT\fR\fR] [\fB\-\-export=\fR\fB\fIOUTPUT\fR\fR] [\fB\-L\ \fR\fB\fILAYER,LAYER,\&.\&.\&.\fR\fR] [\fB\-\-show\-layers=\fR\fB\fILAYER,LAYER,\&.\&.\&.\fR\fR] [\fB\-h\fR] [\fB\-\-help\fR] [\fB\-n\fR] [\fB\-\-nosplash\fR] [\fB\-s\ \fR\fB\fIWxH\fR\fR] [\fB\-\-size=\fR\fB\fIWxH\fR\fR] [\fB\-t\ \fR\fB\fIFORMAT\fR\fR] [\fB\-\-filter=\fR\fB\fIFORMAT\fR\fR] [\fB\-v\fR] [\fB\-\-version\fR] [file\ \&.\&.\&.]
16+.HP 4
17+\fBdia\fR [\fB\-c\fR] [\fB\-\-credits\fR] [\fB\-e\ \fR\fB\fIOUTPUT\fR\fR] [\fB\-\-export=\fR\fB\fIOUTPUT\fR\fR] [\fB\-L\ \fR\fB\fILAYER,LAYER,...\fR\fR] [\fB\-\-show\-layers=\fR\fB\fILAYER,LAYER,...\fR\fR] [\fB\-h\fR] [\fB\-\-help\fR] [\fB\-n\fR] [\fB\-\-nosplash\fR] [\fB\-s\ \fR\fB\fIWxH\fR\fR] [\fB\-\-size=\fR\fB\fIWxH\fR\fR] [\fB\-t\ \fR\fB\fIFORMAT\fR\fR] [\fB\-\-filter=\fR\fB\fIFORMAT\fR\fR] [\fB\-v\fR] [\fB\-\-version\fR] [file\ ...]
2618 .SH "DESCRIPTION"
2719 .PP
2820 \fBDia\fR
29-is used to create diagrams\&. Dia has a number of basic tools, like lines and boxes but can also dynamically load
30-\fIsheets\fR\&. A sheet is a collection of tools that are used in a certain type of diagram\&.
21+is used to create diagrams. Dia has a number of basic tools, like lines and boxes but can also dynamically load
22+\fIsheets\fR. A sheet is a collection of tools that are used in a certain type of diagram.
3123 .PP
3224 Most diagram objects in
3325 \fBDia\fR
3426 have
35-\fIconnection points\fR\&. Lines can be connected to these connection points and this way graph structures can be formed\&. When objects are moved or resized the connections will follow the objects\&.
27+\fIconnection points\fR. Lines can be connected to these connection points and this way graph structures can be formed. When objects are moved or resized the connections will follow the objects.
3628 .PP
3729 Diagrams drawn in
3830 \fBDia\fR
39-can be exported as PostScript\&.
31+can be exported as PostScript.
4032 .SH "OPTIONS"
4133 .PP
4234 \fBDia\fR
4335 accepts the following options:
4436 .PP
4537 \fB\-c\fR \fB\-\-credits\fR
46-.RS 4
47-Display credits list and exit\&.
38+.RS 3n
39+Display credits list and exit.
4840 .RE
4941 .PP
5042 \fB\-e \fR\fB\fIOUTPUT\fR\fR \fB\-\-export=\fR\fB\fIOUTPUT\fR\fR
51-.RS 4
52-Export loaded file to OUTPUT and exit\&.
43+.RS 3n
44+Export loaded file to OUTPUT and exit.
5345 .RE
5446 .PP
5547 \fB\-h\fR \fB\-\-help\fR
56-.RS 4
57-Display a list of all commandline options\&.
48+.RS 3n
49+Display a list of all commandline options.
5850 .RE
5951 .PP
6052 \fB\-n\fR \fB\-\-nosplash\fR
61-.RS 4
62-Do not show the splash screen\&.
53+.RS 3n
54+Do not show the splash screen.
6355 .RE
6456 .PP
6557 \fB\-s \fR\fB\fIWxH\fR\fR \fB\-\-size=\fR\fB\fIWxH\fR\fR
66-.RS 4
67-Export loaded file in decimal given width and/or height\&. It is allowed to only select width or height\&. E\&.g\&.
58+.RS 3n
59+Export loaded file in decimal given width and/or height. It is allowed to only select width or height. E.g.
6860 \fB\-\-size=\fR\fB\fI520x\fR\fR
6961 exports an image that is 520 pixels wide, while
7062 \fB\-\-size=\fR\fB\fIx900\fR\fR
71-exports an image of 900 pixels height\&.
72-.if n \{\
63+exports an image of 900 pixels height.
7364 .sp
74-.\}
75-.RS 4
7665 .it 1 an-trap
7766 .nr an-no-space-flag 1
7867 .nr an-break-flag 1
7968 .br
80-.ps +1
8169 \fBNote\fR
82-.ps -1
83-.br
84-This option is currently only implemented for the PNG export filter\&.
85-.sp .5v
86-.RE
70+This option is currently only implemented for the PNG export filter.
8771 .RE
8872 .PP
89-\fB\-L \fR\fB\fILAYER,LAYER,\&.\&.\&.\fR\fR \fB\-\-show\-layers=\fR\fB\fILAYER,LAYER,\&.\&.\&.\fR\fR
90-.RS 4
91-Only include specified layers when exporting\&. Layers can be specified either as a layer name, the layer number or a numeric range X\-Y of layers\&. \-\-show\-layers=background,2\-5 shows the layer named background and layers 2\-5, \-\-show\-layers=2\- shows layers 2 and up\&.
73+\fB\-L \fR\fB\fILAYER,LAYER,...\fR\fR \fB\-\-show\-layers=\fR\fB\fILAYER,LAYER,...\fR\fR
74+.RS 3n
75+Only include specified layers when exporting. Layers can be specified either as a layer name, the layer number or a numeric range X\-Y of layers. \-\-show\-layers=background,2\-5 shows the layer named background and layers 2\-5, \-\-show\-layers=2\- shows layers 2 and up.
9276 .RE
9377 .PP
9478 \fB\-t \fR\fB\fIFORMAT\fR\fR \fB\-\-export\-to\-format=\fR\fB\fIFORMAT\fR\fR
95-.RS 4
96-Export loaded file in FORMAT and exit\&. Format are described below\&.
79+.RS 3n
80+Export loaded file in FORMAT and exit. Format are described below.
9781 .RE
9882 .PP
9983 \fB\-v\fR \fB\-\-version\fR
100-.RS 4
84+.RS 3n
10185 Display
10286 \fBdia\fR
103-version and exit\&.
87+version and exit.
10488 .RE
10589 .SH "EXPORT FORMATS"
10690 .PP
10791 The following export formats are supported by
108-\fBdia\fR\&.
109-.sp
110-.RS 4
111-.ie n \{\
112-\h'-04'\(bu\h'+03'\c
113-.\}
114-.el \{\
115-.sp -1
116-.IP \(bu 2.3
117-.\}
92+\fBdia\fR.
93+.TP 3n
94+\(bu
11895 cgm
11996 (Computer Graphics Metafile, ISO 8632)
120-.RE
121-.sp
122-.RS 4
123-.ie n \{\
124-\h'-04'\(bu\h'+03'\c
125-.\}
126-.el \{\
127-.sp -1
128-.IP \(bu 2.3
129-.\}
97+.TP 3n
98+\(bu
13099 dia
131100 (Native dia diagram)
132-.RE
133-.sp
134-.RS 4
135-.ie n \{\
136-\h'-04'\(bu\h'+03'\c
137-.\}
138-.el \{\
139-.sp -1
140-.IP \(bu 2.3
141-.\}
101+.TP 3n
102+\(bu
142103 dxf
143104 (Drawing Interchange File)
144-.RE
145-.sp
146-.RS 4
147-.ie n \{\
148-\h'-04'\(bu\h'+03'\c
149-.\}
150-.el \{\
151-.sp -1
152-.IP \(bu 2.3
153-.\}
105+.TP 3n
106+\(bu
154107 eps
155108 or
156109 eps\-builtin
@@ -164,199 +117,82 @@ and
164117 eps\-pango
165118 both use the font renderer of the Pango library, while
166119 eps\-builtin
167-uses a dia specific font renderer\&. If you have problems with Pango rendering, e\&.g\&. Unicode, try
120+uses a dia specific font renderer. If you have problems with Pango rendering, e.g. Unicode, try
168121 eps\-builtin
169-instead\&.
170-.RE
171-.sp
172-.RS 4
173-.ie n \{\
174-\h'-04'\(bu\h'+03'\c
175-.\}
176-.el \{\
177-.sp -1
178-.IP \(bu 2.3
179-.\}
122+instead.
123+.TP 3n
124+\(bu
180125 fig
181126 (XFig format)
182-.RE
183-.sp
184-.RS 4
185-.ie n \{\
186-\h'-04'\(bu\h'+03'\c
187-.\}
188-.el \{\
189-.sp -1
190-.IP \(bu 2.3
191-.\}
127+.TP 3n
128+\(bu
192129 mp
193130 (TeX MetaPost macros)
194-.RE
195-.sp
196-.RS 4
197-.ie n \{\
198-\h'-04'\(bu\h'+03'\c
199-.\}
200-.el \{\
201-.sp -1
202-.IP \(bu 2.3
203-.\}
131+.TP 3n
132+\(bu
204133 plt
205134 or
206135 hpgl
207136 (HP Graphics Language)
208-.RE
209-.sp
210-.RS 4
211-.ie n \{\
212-\h'-04'\(bu\h'+03'\c
213-.\}
214-.el \{\
215-.sp -1
216-.IP \(bu 2.3
217-.\}
137+.TP 3n
138+\(bu
218139 png
219140 (Portable Network Graphics)
220-.RE
221-.sp
222-.RS 4
223-.ie n \{\
224-\h'-04'\(bu\h'+03'\c
225-.\}
226-.el \{\
227-.sp -1
228-.IP \(bu 2.3
229-.\}
141+.TP 3n
142+\(bu
230143 shape
231144 (Dia Shape File)
232-.RE
233-.sp
234-.RS 4
235-.ie n \{\
236-\h'-04'\(bu\h'+03'\c
237-.\}
238-.el \{\
239-.sp -1
240-.IP \(bu 2.3
241-.\}
145+.TP 3n
146+\(bu
242147 svg
243148 (Scalable Vector Graphics)
244-.RE
245-.sp
246-.RS 4
247-.ie n \{\
248-\h'-04'\(bu\h'+03'\c
249-.\}
250-.el \{\
251-.sp -1
252-.IP \(bu 2.3
253-.\}
254-tex
149+.TP 3n
150+\(bu
151+pstricks\-tex
255152 (TeX PSTricks macros)
256-.RE
257-.sp
258-.RS 4
259-.ie n \{\
260-\h'-04'\(bu\h'+03'\c
261-.\}
262-.el \{\
263-.sp -1
264-.IP \(bu 2.3
265-.\}
153+.TP 3n
154+\(bu
155+pgf\-tex
156+(TeX PGF/tikz macros)
157+.TP 3n
158+\(bu
266159 wpg
267160 (WordPerfect Graphics)
268-.RE
269-.sp
270-.RS 4
271-.ie n \{\
272-\h'-04'\(bu\h'+03'\c
273-.\}
274-.el \{\
275-.sp -1
276-.IP \(bu 2.3
277-.\}
161+.TP 3n
162+\(bu
278163 wmf
279164 (Windows MetaFile)
280-.RE
281165 .SH "FILES"
282166 .PP
283167 \fBdia\fR
284168 creates a directory
285-\&.dia
286-in the user\'s home, which contains different files to store user preferences\&. To reset
169+\fI.dia\fR
170+in the user's home, which contains different files to store user preferences. To reset
287171 \fBdia\fR
288-to it\'s default behaviour, just remove the respective file:
289-.sp
290-.RS 4
291-.ie n \{\
292-\h'-04'\(bu\h'+03'\c
293-.\}
294-.el \{\
295-.sp -1
296-.IP \(bu 2.3
297-.\}
298-defaults\&.dia: contains default values for elements (XML format)\&.
299-.RE
300-.sp
301-.RS 4
302-.ie n \{\
303-\h'-04'\(bu\h'+03'\c
304-.\}
305-.el \{\
306-.sp -1
307-.IP \(bu 2.3
308-.\}
309-diarc: keeps
172+to it's default behaviour, just remove the respective file:
173+.TP 3n
174+\(bu
175+\fIdefaults.dia\fR: contains default values for elements (XML format).
176+.TP 3n
177+\(bu
178+\fIdiarc\fR: keeps
310179 \fBdia\fR
311-preferences (ASCII)\&.
312-.RE
313-.sp
314-.RS 4
315-.ie n \{\
316-\h'-04'\(bu\h'+03'\c
317-.\}
318-.el \{\
319-.sp -1
320-.IP \(bu 2.3
321-.\}
322-history: keeps the list of last edited diagrams (ASCII)\&.
323-.RE
324-.sp
325-.RS 4
326-.ie n \{\
327-\h'-04'\(bu\h'+03'\c
328-.\}
329-.el \{\
330-.sp -1
331-.IP \(bu 2.3
332-.\}
333-menurc: contains an automated accelerator map dump (Lisp)\&.
334-.RE
335-.sp
336-.RS 4
337-.ie n \{\
338-\h'-04'\(bu\h'+03'\c
339-.\}
340-.el \{\
341-.sp -1
342-.IP \(bu 2.3
343-.\}
344-persistence: contains GUI information, e\&.g\&. open windows (XML)\&.
345-.RE
346-.sp
347-.RS 4
348-.ie n \{\
349-\h'-04'\(bu\h'+03'\c
350-.\}
351-.el \{\
352-.sp -1
353-.IP \(bu 2.3
354-.\}
355-pluginrc: the list of loaded plugins (XML)\&.
356-.RE
180+preferences (ASCII).
181+.TP 3n
182+\(bu
183+\fIhistory\fR: keeps the list of last edited diagrams (ASCII).
184+.TP 3n
185+\(bu
186+\fImenurc\fR: contains an automated accelerator map dump (Lisp).
187+.TP 3n
188+\(bu
189+\fIpersistence\fR: contains GUI information, e.g. open windows (XML).
190+.TP 3n
191+\(bu
192+\fIpluginrc\fR: the list of loaded plugins (XML).
357193 .SH "SEE ALSO"
358194 .PP
359-\m[blue]\fBPango\fR\m[]\&\s-2\u[1]\d\s+2
195+[1]\&\fIPango\fR
360196 .PP
361197 X (1)
362198 .PP
@@ -365,38 +201,35 @@ xfig (1)
365201 inkscape (1)
366202 .SH "COPYRIGHT"
367203 .PP
368-Copyright 1999 Alexander Larsson\&.
204+Copyright 1999 Alexander Larsson.
369205 .PP
370-Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation\&.
206+Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation.
371207 .SH "AUTHORS"
372208 .PP
373209 Alexander Larsson
374210 .PP
375211 This manual was written by
376-Fredrik Hallenberg\&.
212+Fredrik Hallenberg.
377213 .SH "AUTHORS"
378214 .PP
379-\fBFredrik Hallenberg\fR <\&hallon@lysator\&.liu\&.se\&>
380-.RS 4
215+\fBFredrik Hallenberg\fR <\&hallon@lysator.liu.se\&>
216+.sp -1n
217+.IP "" 3n
381218 Author.
382-.RE
383219 .PP
384-\fBW\&. Borgert\fR <\&debacle@debian\&.org\&>
385-.RS 4
220+\fBW. Borgert\fR <\&debacle@debian.org\&>
221+.sp -1n
222+.IP "" 3n
386223 Author.
387-.RE
388224 .PP
389-\fBAlan Horkan\fR <\&horkana@tcd\&.ie\&>
390-.RS 4
225+\fBAlan Horkan\fR <\&horkana@tcd.ie\&>
226+.sp -1n
227+.IP "" 3n
391228 Author.
392-.RE
393229 .SH "COPYRIGHT"
394-.br
395230 Copyright \(co 1999, 2004 Fredrik Hallenberg, W. Borgert, Alan Horkan
396231 .br
397-.SH "NOTES"
398-.IP " 1." 4
399-Pango
400-.RS 4
232+.SH "REFERENCES"
233+.TP 3
234+1.\ Pango
401235 \%http://www.pango.org/
402-.RE
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -236,7 +236,7 @@ AM_CPPFLAGS = \
236236
237237 sheetdir = $(pkgdatadir)/sheets
238238
239-INCLUDES = -I$(top_srcdir)/intl $(DEBUG_FLAGS) $(GDK_PIXBUF_CFLAGS) \
239+AM_CPPFLAGS += -I$(top_srcdir)/intl $(DEBUG_FLAGS) $(GDK_PIXBUF_CFLAGS) \
240240 $(XML_CFLAGS) $(GNOME_CFLAGS) $(GTK_CFLAGS) \
241241 -DDIA_SHEETDIR=\"$(sheetdir)\" \
242242 $(PANGOFT2_CFLAGS) $(LIBART_CFLAGS) $(UNICODE_CFLAGS)
--- a/objects/AADL/Makefile.am
+++ b/objects/AADL/Makefile.am
@@ -25,7 +25,7 @@ libaadl_objects_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFIN
2525
2626 libaadl_objects_la_LIBADD = $(top_builddir)/lib/libdia.la
2727
28-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
28+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
2929 $(DEBUG_FLAGS) $(GTK_CFLAGS) $(GNOME_CFLAGS) $(PANGOFT2_CFLAGS) $(UNICODE_CFLAGS)
3030
3131 EXTRA_DIST = pixmaps/aadlbus.xpm \
--- a/objects/Database/Makefile.am
+++ b/objects/Database/Makefile.am
@@ -12,7 +12,7 @@ libdb_objects_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED
1212
1313 libdb_objects_la_LIBADD = $(top_builddir)/lib/libdia.la
1414
15-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
15+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
1616 $(DEBUG_FLAGS) $(GTK_CFLAGS) $(UNICODE_CFLAGS)
1717
1818 EXTRA_DIST = \
--- a/objects/ER/Makefile.am
+++ b/objects/ER/Makefile.am
@@ -12,7 +12,7 @@ liber_objects_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED
1212
1313 liber_objects_la_LIBADD = $(top_builddir)/lib/libdia.la
1414
15-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
15+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
1616 $(DEBUG_FLAGS) $(GTK_CFLAGS) $(GNOME_CFLAGS) $(PANGOFT2_CFLAGS) $(UNICODE_CFLAGS)
1717
1818 EXTRA_DIST = \
--- a/objects/FS/Makefile.am
+++ b/objects/FS/Makefile.am
@@ -11,7 +11,7 @@ libfs_objects_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED
1111
1212 libfs_objects_la_LIBADD = $(top_builddir)/lib/libdia.la
1313
14-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
14+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
1515 $(DEBUG_FLAGS) $(GTK_CFLAGS)
1616
1717 EXTRA_DIST = \
--- a/objects/GRAFCET/Makefile.am
+++ b/objects/GRAFCET/Makefile.am
@@ -19,7 +19,7 @@ libgrafcet_objects_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDE
1919
2020 libgrafcet_objects_la_LIBADD = $(top_builddir)/lib/libdia.la
2121
22-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
22+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
2323 $(DEBUG_FLAGS) $(GTK_CFLAGS)
2424
2525 EXTRA_DIST = \
--- a/objects/Istar/Makefile.am
+++ b/objects/Istar/Makefile.am
@@ -13,7 +13,7 @@ libistar_objects_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFI
1313
1414 libistar_objects_la_LIBADD = $(top_builddir)/lib/libdia.la
1515
16-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
16+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
1717 $(DEBUG_FLAGS) $(GTK_CFLAGS)
1818
1919 EXTRA_DIST = \
--- a/objects/Jackson/Makefile.am
+++ b/objects/Jackson/Makefile.am
@@ -12,7 +12,7 @@ libjackson_objects_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDE
1212
1313 libjackson_objects_la_LIBADD = $(top_builddir)/lib/libdia.la
1414
15-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
15+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
1616 $(DEBUG_FLAGS) $(GTK_CFLAGS)
1717
1818 EXTRA_DIST = \
--- a/objects/KAOS/Makefile.am
+++ b/objects/KAOS/Makefile.am
@@ -13,7 +13,7 @@ libkaos_objects_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFIN
1313
1414 libkaos_objects_la_LIBADD = $(top_builddir)/lib/libdia.la
1515
16-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
16+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
1717 $(DEBUG_FLAGS) $(GTK_CFLAGS)
1818
1919 EXTRA_DIST = \
--- a/objects/Misc/Makefile.am
+++ b/objects/Misc/Makefile.am
@@ -14,7 +14,7 @@ libmisc_objects_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFIN
1414
1515 libmisc_objects_la_LIBADD = $(top_builddir)/lib/libdia.la
1616
17-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
17+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
1818 $(DEBUG_FLAGS) $(GTK_CFLAGS)
1919
2020 EXTRA_DIST = \
--- a/objects/SADT/Makefile.am
+++ b/objects/SADT/Makefile.am
@@ -12,7 +12,7 @@ libsadt_objects_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFIN
1212
1313 libsadt_objects_la_LIBADD = $(top_builddir)/lib/libdia.la
1414
15-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
15+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
1616 $(DEBUG_FLAGS) $(GTK_CFLAGS)
1717
1818 EXTRA_DIST = \
--- a/objects/UML/Makefile.am
+++ b/objects/UML/Makefile.am
@@ -45,7 +45,7 @@ libuml_objects_la_SOURCES = \
4545 libuml_objects_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED)
4646 libuml_objects_la_LIBADD = $(CAIRO_LIBS) $(top_builddir)/lib/libdia.la
4747
48-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
48+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
4949 $(DEBUG_FLAGS) $(GTK_CFLAGS) $(GNOME_CFLAGS) $(PANGOFT2_CFLAGS) $(UNICODE_CFLAGS)
5050
5151 EXTRA_DIST = \
--- a/objects/chronogram/Makefile.am
+++ b/objects/chronogram/Makefile.am
@@ -14,7 +14,7 @@ libchronogram_objects_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_U
1414
1515 libchronogram_objects_la_LIBADD = $(top_builddir)/lib/libdia.la
1616
17-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
17+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
1818 $(DEBUG_FLAGS) $(GTK_CFLAGS) $(GNOME_CFLAGS) $(PANGOFT2_CFLAGS) $(UNICODE_CFLAGS)
1919
2020 EXTRA_DIST = \
--- a/objects/custom/Makefile.am
+++ b/objects/custom/Makefile.am
@@ -18,7 +18,7 @@ libcustom_objects_la_LIBADD = $(top_builddir)/lib/libdia.la
1818 shapedir = $(pkgdatadir)/shapes
1919
2020 # add -DDEBUG_CUSTOM here to get extra debugging info.
21-INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/lib $(DEBUG_FLAGS) $(GTK_CFLAGS) \
21+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(top_srcdir)/lib $(DEBUG_FLAGS) $(GTK_CFLAGS) \
2222 $(GNOME_CFLAGS) $(PANGOFT2_CFLAGS) $(XML_CFLAGS) $(UNICODE_CFLAGS) \
2323 -DDIA_SHAPEDIR=\""$(shapedir)"\"
2424
--- a/objects/custom_lines/Makefile.am
+++ b/objects/custom_lines/Makefile.am
@@ -12,7 +12,7 @@ libcustom_lines_objects_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO
1212
1313 libcustom_lines_objects_la_LIBADD = $(top_builddir)/lib/libdia.la
1414
15-INCLUDES = \
15+AM_CPPFLAGS = \
1616 -I$(srcdir)/../../lib \
1717 $(DEBUG_FLAGS) $(GTK_CFLAGS) $(GNOME_CFLAGS) $(PANGOFT2_CFLAGS) $(UNICODE_CFLAGS)
1818
--- a/objects/flowchart/Makefile.am
+++ b/objects/flowchart/Makefile.am
@@ -12,7 +12,7 @@ libflowchart_objects_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UN
1212
1313 libflowchart_objects_la_LIBADD = $(top_builddir)/lib/libdia.la
1414
15-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
15+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
1616 $(DEBUG_FLAGS) $(GTK_CFLAGS)
1717
1818 EXTRA_DIST = \
--- a/objects/network/Makefile.am
+++ b/objects/network/Makefile.am
@@ -13,7 +13,7 @@ libnetwork_objects_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDE
1313
1414 libnetwork_objects_la_LIBADD = $(top_builddir)/lib/libdia.la
1515
16-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
16+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
1717 $(DEBUG_FLAGS) $(GTK_CFLAGS)
1818
1919 EXTRA_DIST = \
--- a/objects/standard/Makefile.am
+++ b/objects/standard/Makefile.am
@@ -53,7 +53,7 @@ tool-icons.h: $(ICON_PNGS)
5353
5454 BUILT_SOURCES = tool-icons.h
5555
56-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
56+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
5757 $(DEBUG_FLAGS) $(GTK_CFLAGS)
5858
5959 EXTRA_DIST = \
--- a/plug-ins/cairo/Makefile.am
+++ b/plug-ins/cairo/Makefile.am
@@ -16,4 +16,4 @@ libcairo_filter_la_SOURCES = $(plugin_sources)
1616 libcairo_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED)
1717 libcairo_filter_la_LIBADD = $(CAIRO_LIBS) $(top_builddir)/lib/libdia.la
1818
19-INCLUDES = -I$(srcdir)/../../lib $(GTK_CFLAGS) $(DEBUG_FLAGS) $(CAIRO_CFLAGS)
19+AM_CPPFLAGS = -I$(srcdir)/../../lib $(GTK_CFLAGS) $(DEBUG_FLAGS) $(CAIRO_CFLAGS)
--- a/plug-ins/cgm/Makefile.am
+++ b/plug-ins/cgm/Makefile.am
@@ -8,4 +8,4 @@ libcgm_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED
88
99 libcgm_filter_la_LIBADD = $(top_builddir)/lib/libdia.la
1010
11-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(DEBUG_CFLAGS) $(GTK_CFLAGS)
11+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(DEBUG_CFLAGS) $(GTK_CFLAGS)
--- a/plug-ins/drs/Makefile.am
+++ b/plug-ins/drs/Makefile.am
@@ -17,7 +17,7 @@ libdrs_filter_la_SOURCES = $(plugin_sources)
1717 libdrs_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED)
1818 libdrs_filter_la_LIBADD = $(CAIRO_LIBS) $(top_builddir)/lib/libdia.la
1919
20-INCLUDES = -I$(srcdir)/../../lib $(GTK_CFLAGS) $(DEBUG_FLAGS)
20+AM_CPPFLAGS = -I$(srcdir)/../../lib $(GTK_CFLAGS) $(DEBUG_FLAGS)
2121
2222 # Prevent installation - currently a debug tool only
2323 install-pkglibLTLIBRARIES:
--- a/plug-ins/dxf/Makefile.am
+++ b/plug-ins/dxf/Makefile.am
@@ -13,4 +13,4 @@ libdxf_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED
1313
1414 libdxf_filter_la_LIBADD = $(top_builddir)/lib/libdia.la
1515
16-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(DEBUG_FLAGS) $(GTK_CFLAGS)
16+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(DEBUG_FLAGS) $(GTK_CFLAGS)
--- a/plug-ins/hpgl/Makefile.am
+++ b/plug-ins/hpgl/Makefile.am
@@ -5,4 +5,4 @@ libhpgl_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINE
55
66 libhpgl_filter_la_LIBADD = $(top_builddir)/lib/libdia.la
77
8-INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/lib $(DEBUG_FLAGS) $(GTK_CFLAGS)
8+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(top_srcdir)/lib $(DEBUG_FLAGS) $(GTK_CFLAGS)
--- a/plug-ins/layout/Makefile.am
+++ b/plug-ins/layout/Makefile.am
@@ -20,7 +20,7 @@ if OS_WIN32
2020 liblayout_filter_la_LIBADD += -lpsapi
2121 endif
2222
23-INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/lib -I$(top_srcdir)/app \
23+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(top_srcdir)/lib -I$(top_srcdir)/app \
2424 $(DEBUG_FLAGS) $(GTK_CFLAGS) $(OGDF_CFLAGS)
2525
2626 EXTRA_DIST = \
--- a/plug-ins/libart/Makefile.am
+++ b/plug-ins/libart/Makefile.am
@@ -17,4 +17,4 @@ libart_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED
1717
1818 libart_filter_la_LIBADD = $(LIBART_LIBS) $(LIBPNG_LIBS) $(top_builddir)/lib/libdia.la
1919
20-INCLUDES = -I$(srcdir)/../../lib $(GTK_CFLAGS) $(DEBUG_FLAGS) $(LIBART_CFLAGS) $(LIBPNG_CFLAGS)
20+AM_CPPFLAGS = -I$(srcdir)/../../lib $(GTK_CFLAGS) $(DEBUG_FLAGS) $(LIBART_CFLAGS) $(LIBPNG_CFLAGS)
--- a/plug-ins/metapost/Makefile.am
+++ b/plug-ins/metapost/Makefile.am
@@ -11,4 +11,4 @@ libmetapost_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDE
1111
1212 libmetapost_filter_la_LIBADD = $(top_builddir)/lib/libdia.la
1313
14-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(DEBUG_FLAGS) $(GTK_CFLAGS)
14+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(DEBUG_FLAGS) $(GTK_CFLAGS)
--- a/plug-ins/pdf/Makefile.am
+++ b/plug-ins/pdf/Makefile.am
@@ -13,7 +13,7 @@ libpdf_filter_la_SOURCES = $(plugin_sources)
1313 libpdf_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED)
1414 libpdf_filter_la_LIBADD = $(POPPLER_LIBS) $(top_builddir)/lib/libdia.la
1515
16-INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/lib \
16+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(top_srcdir)/lib \
1717 $(POPPLER_CFLAGS) $(DEBUG_FLAGS) $(GTK_CFLAGS)
1818
1919 # Prevent installation
--- a/plug-ins/pgf/Makefile.am
+++ b/plug-ins/pgf/Makefile.am
@@ -11,4 +11,4 @@ libpgf_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED
1111
1212 libpgf_filter_la_LIBADD = $(top_builddir)/lib/libdia.la
1313
14-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(DEBUG_FLAGS) $(GTK_CFLAGS)
14+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(DEBUG_FLAGS) $(GTK_CFLAGS)
--- a/plug-ins/pixbuf/Makefile.am
+++ b/plug-ins/pixbuf/Makefile.am
@@ -9,4 +9,4 @@ libpixbuf_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFI
99
1010 libpixbuf_filter_la_LIBADD = $(top_builddir)/lib/libdia.la
1111
12-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(GTK_CFLAGS) $(GNOME_CFLAGS) $(DEBUG_FLAGS)
12+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(GTK_CFLAGS) $(GNOME_CFLAGS) $(DEBUG_FLAGS)
--- a/plug-ins/postscript/Makefile.am
+++ b/plug-ins/postscript/Makefile.am
@@ -43,4 +43,4 @@ if OS_WIN32
4343 libpostscript_filter_la_LIBADD += -lwinspool
4444 endif
4545
46-INCLUDES = -I$(srcdir)/../../lib $(GTK_CFLAGS) $(DEBUG_FLAGS) $(CAIRO_CFLAGS)
46+AM_CPPFLAGS = -I$(srcdir)/../../lib $(GTK_CFLAGS) $(DEBUG_FLAGS) $(CAIRO_CFLAGS)
--- a/plug-ins/pstricks/Makefile.am
+++ b/plug-ins/pstricks/Makefile.am
@@ -11,4 +11,4 @@ libpstricks_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDE
1111
1212 libpstricks_filter_la_LIBADD = $(top_builddir)/lib/libdia.la
1313
14-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(DEBUG_FLAGS) $(GTK_CFLAGS)
14+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(DEBUG_FLAGS) $(GTK_CFLAGS)
--- a/plug-ins/python/Makefile.am
+++ b/plug-ins/python/Makefile.am
@@ -1,4 +1,4 @@
1-INCLUDES = \
1+AM_CPPFLAGS = \
22 -I$(top_srcdir) \
33 -I$(top_srcdir)/intl \
44 -I$(top_srcdir)/lib \
--- a/plug-ins/shape/Makefile.am
+++ b/plug-ins/shape/Makefile.am
@@ -10,6 +10,6 @@ libshape_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFIN
1010
1111 libshape_filter_la_LIBADD = $(top_builddir)/lib/libdia.la
1212
13-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
13+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
1414 $(DEBUG_FLAGS) $(GTK_CFLAGS) $(XML_CFLAGS)
1515
--- a/plug-ins/stress/Makefile.am
+++ b/plug-ins/stress/Makefile.am
@@ -11,7 +11,7 @@ libstress_filter_la_SOURCES = $(plugin_sources)
1111 libstress_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED)
1212 libstress_filter_la_LIBADD = $(top_builddir)/lib/libdia.la
1313
14-INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/lib \
14+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(top_srcdir)/lib \
1515 $(DEBUG_FLAGS) $(GTK_CFLAGS)
1616
1717 # Prevent installation
--- a/plug-ins/svg/Makefile.am
+++ b/plug-ins/svg/Makefile.am
@@ -8,5 +8,5 @@ libsvg_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED
88
99 libsvg_filter_la_LIBADD = $(top_builddir)/lib/libdia.la
1010
11-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
11+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib \
1212 $(DEBUG_FLAGS) $(GTK_CFLAGS) $(XML_CFLAGS)
--- a/plug-ins/vdx/Makefile.am
+++ b/plug-ins/vdx/Makefile.am
@@ -15,4 +15,4 @@ libvdx_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED
1515
1616 libvdx_filter_la_LIBADD = $(top_builddir)/lib/libdia.la
1717
18-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(GTK_CFLAGS) $(GNOME_CFLAGS) $(PANGOFT2_CFLAGS) $(XML_CFLAGS) $(UNICODE_CFLAGS) $(DEBUG_FLAGS)
18+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(GTK_CFLAGS) $(GNOME_CFLAGS) $(PANGOFT2_CFLAGS) $(XML_CFLAGS) $(UNICODE_CFLAGS) $(DEBUG_FLAGS)
--- a/plug-ins/wmf/Makefile.am
+++ b/plug-ins/wmf/Makefile.am
@@ -17,7 +17,7 @@ libwmf_filter_la_LIBADD += -lcomdlg32
1717 plugin_sources += paginate_gdiprint.cpp paginate_gdiprint.h
1818 endif
1919
20-INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/lib \
20+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(top_srcdir)/lib \
2121 $(DEBUG_FLAGS) $(GTK_CFLAGS) $(LIBEMF_CFLAGS)
2222
2323 EXTRA_DIST = \
--- a/plug-ins/wpg/Makefile.am
+++ b/plug-ins/wpg/Makefile.am
@@ -5,5 +5,5 @@ libwpg_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED
55
66 libwpg_filter_la_LIBADD = $(top_builddir)/lib/libdia.la
77
8-INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/lib \
8+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(top_srcdir)/lib \
99 $(DEBUG_FLAGS) $(GTK_CFLAGS)
--- a/plug-ins/xfig/Makefile.am
+++ b/plug-ins/xfig/Makefile.am
@@ -13,4 +13,4 @@ libxfig_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINE
1313
1414 libxfig_filter_la_LIBADD = $(top_builddir)/lib/libdia.la
1515
16-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(GTK_CFLAGS) $(GNOME_CFLAGS) $(PANGOFT2_CFLAGS) $(XML_CFLAGS) $(UNICODE_CFLAGS) $(DEBUG_FLAGS)
16+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(GTK_CFLAGS) $(GNOME_CFLAGS) $(PANGOFT2_CFLAGS) $(XML_CFLAGS) $(UNICODE_CFLAGS) $(DEBUG_FLAGS)
--- a/plug-ins/xslt/Makefile.am
+++ b/plug-ins/xslt/Makefile.am
@@ -25,7 +25,7 @@ libxslt_filter_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINE
2525
2626 libxslt_filter_la_LIBADD = $(XSLT_LIBS) $(top_builddir)/lib/libdia.la
2727
28-INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(GTK_CFLAGS) $(GNOME_CFLAGS) $(PANGOFT2_CFLAGS) $(XML_CFLAGS) $(UNICODE_CFLAGS) $(DEBUG_FLAGS) $(XSLT_CFLAGS)
28+AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(GTK_CFLAGS) $(GNOME_CFLAGS) $(PANGOFT2_CFLAGS) $(XML_CFLAGS) $(UNICODE_CFLAGS) $(DEBUG_FLAGS) $(XSLT_CFLAGS)
2929
3030 if !HAVE_XSLT
3131 # Prevent installation
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -18,7 +18,7 @@ test: $(TEST_PROGS)
1818 # rum make test as part of make check
1919 check-local: test
2020
21-INCLUDES = -g -I$(top_srcdir) -I$(top_srcdir)/lib $(GTK_CFLAGS)
21+AM_CPPFLAGS = -g -I$(top_srcdir) -I$(top_srcdir)/lib $(GTK_CFLAGS)
2222
2323 noinst_PROGRAMS = $(TEST_PROGS)
2424 progs_ldadd = $(top_builddir)/lib/libdia.la $(GTK_LIBS)