Skip to content

Commit fb8b152

Browse files
committed
Free up 'docs' directory for actual documentation
* Moved man pages to 'man' directory * Moved mime info to 'mime' directory * Moved tiled.desktop, tiled.appdata.xml and Doxyfile to root The 'docs' directory is now planned to contain the Tiled Manual. The outdated map.dtd and map.xsd files are still there. I think they may be useful to have in the manual, if they are updated of course.
1 parent bb9b609 commit fb8b152

13 files changed

+4
-4
lines changed

docs/Doxyfile Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ WARN_LOGFILE =
8686
#---------------------------------------------------------------------------
8787
# configuration options related to the input files
8888
#---------------------------------------------------------------------------
89-
INPUT = ../src
89+
INPUT = src
9090
INPUT_ENCODING = UTF-8
9191
FILE_PATTERNS =
9292
RECURSIVE = YES
File renamed without changes.
File renamed without changes.

docs/tiled.1 man/tiled.1

File renamed without changes.

docs/tiled.1.ronn man/tiled.1.ronn

File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/tmxviewer.1 man/tmxviewer.1

File renamed without changes.
File renamed without changes.

docs/mime/tiled.xml mime/tiled.xml

File renamed without changes.

src/tiled/tiled.pro

+3-3
Original file line numberDiff line numberDiff line change
@@ -351,15 +351,15 @@ mimeiconscalable.files += images/scalable/application-x-tiled.svg
351351
INSTALLS += mimeiconscalable
352352

353353
mimeinfofile.path = $${PREFIX}/share/mime/packages/
354-
mimeinfofile.files += ../../docs/mime/tiled.xml
354+
mimeinfofile.files += ../../mime/tiled.xml
355355
INSTALLS += mimeinfofile
356356

357357
desktopfile.path = $${PREFIX}/share/applications/
358-
desktopfile.files += ../../docs/tiled.desktop
358+
desktopfile.files += ../../tiled.desktop
359359
INSTALLS += desktopfile
360360

361361
manpage.path = $${PREFIX}/share/man/man1/
362-
manpage.files += ../../docs/tiled.1
362+
manpage.files += ../../man/tiled.1
363363
INSTALLS += manpage
364364

365365
RESOURCES += tiled.qrc
File renamed without changes.

docs/tiled.desktop tiled.desktop

File renamed without changes.

0 commit comments

Comments
 (0)