Skip to content

Commit

Permalink
Free up 'docs' directory for actual documentation
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
bjorn committed May 20, 2015
1 parent bb9b609 commit fb8b152
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Doxyfile → Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = ../src
INPUT = src
INPUT_ENCODING = UTF-8
FILE_PATTERNS =
RECURSIVE = YES
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/tiled/tiled.pro
Original file line number Diff line number Diff line change
Expand Up @@ -351,15 +351,15 @@ mimeiconscalable.files += images/scalable/application-x-tiled.svg
INSTALLS += mimeiconscalable

mimeinfofile.path = $${PREFIX}/share/mime/packages/
mimeinfofile.files += ../../docs/mime/tiled.xml
mimeinfofile.files += ../../mime/tiled.xml
INSTALLS += mimeinfofile

desktopfile.path = $${PREFIX}/share/applications/
desktopfile.files += ../../docs/tiled.desktop
desktopfile.files += ../../tiled.desktop
INSTALLS += desktopfile

manpage.path = $${PREFIX}/share/man/man1/
manpage.files += ../../docs/tiled.1
manpage.files += ../../man/tiled.1
INSTALLS += manpage

RESOURCES += tiled.qrc
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fb8b152

Please sign in to comment.