File tree 2 files changed +45
-24
lines changed
2 files changed +45
-24
lines changed Original file line number Diff line number Diff line change
1
+ # xoreos-tools - Tools to help with xoreos development
2
+ #
3
+ # xoreos-tools is the legal property of its developers, whose names
4
+ # can be found in the AUTHORS file distributed with this source
5
+ # distribution.
6
+ #
7
+ # xoreos-tools is free software; you can redistribute it and/or
8
+ # modify it under the terms of the GNU General Public License
9
+ # as published by the Free Software Foundation; either version 3
10
+ # of the License, or (at your option) any later version.
11
+ #
12
+ # xoreos-tools is distributed in the hope that it will be useful,
13
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
+ # GNU General Public License for more details.
16
+ #
17
+ # You should have received a copy of the GNU General Public License
18
+ # along with xoreos-tools. If not, see <http://www.gnu.org/licenses/>.
19
+
20
+ # Documentation for xoreos-tools
21
+
22
+ # Licenses and credits
23
+ dist_doc_DATA += \
24
+ COPYING \
25
+ AUTHORS \
26
+ $(EMPTY )
27
+
28
+ EXTRA_DIST += \
29
+ doc/LICENSE.GPLv2 \
30
+ $(EMPTY )
31
+
32
+ # User documentation
33
+ dist_doc_DATA += \
34
+ ChangeLog \
35
+ NEWS.md \
36
+ TODO \
37
+ README.md \
38
+ $(EMPTY )
39
+
40
+ # Documents for contributors
41
+ dist_doc_DATA += \
42
+ CONTRIBUTING.md \
43
+ CODE_OF_CONDUCT.md \
44
+ $(EMPTY )
Original file line number Diff line number Diff line change @@ -40,34 +40,11 @@ EXTRA_DIST += \
40
40
cmake/toolchain/x86_64-windows-mingw.cmake \
41
41
$(EMPTY )
42
42
43
- # Licenses and credits
44
- dist_doc_DATA += \
45
- COPYING \
46
- AUTHORS \
47
- $(EMPTY )
48
-
49
- EXTRA_DIST += \
50
- doc/LICENSE.GPLv2 \
51
- $(EMPTY )
52
-
53
- # User documentation
54
- dist_doc_DATA += \
55
- ChangeLog \
56
- NEWS.md \
57
- TODO \
58
- README.md \
59
- $(EMPTY )
60
-
61
- # Documents for contributors
62
- dist_doc_DATA += \
63
- CONTRIBUTING.md \
64
- CODE_OF_CONDUCT.md \
65
- $(EMPTY )
66
-
67
43
# Subdirectories
68
44
69
45
include dists/rules.mk
70
46
include man/rules.mk
47
+ include doc/rules.mk
71
48
72
49
include utf8cpp/rules.mk
73
50
You can’t perform that action at this time.
0 commit comments