appveyorimgbotreadme
Last change
on this file since 697a9dc08f was
4a5e9a66d4,
checked in by Oleksii Serdiuk, 12 years ago
|
Renamed docs folder to doc to follow Qt naming convention.
Also created doc target for make so that documentation can now be
generated by running 'make doc'.
|
-
Property mode set to
100644
|
File size:
543 bytes
|
Line | |
---|
1 | ###################################################################### |
---|
2 | # |
---|
3 | # TSPSG: TSP Solver and Generator |
---|
4 | # Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name> |
---|
5 | # |
---|
6 | # $Id: $Format:%h %ai %an$ $ |
---|
7 | # $URL: http://tspsg.info/ $ |
---|
8 | # |
---|
9 | # This file is part of TSPSG. |
---|
10 | # |
---|
11 | ###################################################################### |
---|
12 | |
---|
13 | OTHER_FILES += \ |
---|
14 | doc/Doxyfile \ |
---|
15 | doc/dox/*.dox |
---|
16 | |
---|
17 | #dox.depends = $(SOURCES) doc/dox/*.dox |
---|
18 | dox.target = doc |
---|
19 | dox.commands = doxygen Doxyfile |
---|
20 | dox.depends = FORCE |
---|
21 | |
---|
22 | QMAKE_EXTRA_TARGETS += dox |
---|
Note: See
TracBrowser
for help on using the repository browser.