Skip to content

Commit a31e8a4

Browse files
NostritiusDrMcCoy
authored andcommitted
BUILD: Move doc targets into seperate rules.mk
1 parent 9c236ad commit a31e8a4

File tree

2 files changed

+45
-24
lines changed

2 files changed

+45
-24
lines changed

doc/rules.mk

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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)

rules.mk

+1-24
Original file line numberDiff line numberDiff line change
@@ -40,34 +40,11 @@ EXTRA_DIST += \
4040
cmake/toolchain/x86_64-windows-mingw.cmake \
4141
$(EMPTY)
4242

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-
6743
# Subdirectories
6844

6945
include dists/rules.mk
7046
include man/rules.mk
47+
include doc/rules.mk
7148

7249
include utf8cpp/rules.mk
7350

0 commit comments

Comments
 (0)