Install some of the documents.

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@420 0420edf4-82e4-42fc-9478-35b55e6d67a3
master
cazfi 2013-08-29 10:18:08 +00:00
parent a13cba8ac7
commit 3877029180
3 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,4 @@
SUBDIRS = src build data resources
SUBDIRS = src build data resources doc
EXTRA_DIST = \
autogen.sh \

View File

@ -130,6 +130,7 @@ AC_CONFIG_FILES([
data/terrains/Makefile
data/textures/Makefile
data/translations/Makefile
doc/Makefile
resources/Makefile
])
AC_OUTPUT

10
doc/Makefile.am Normal file
View File

@ -0,0 +1,10 @@
docs = \
code \
courses_events \
guide \
score_algorithm
doc_DATA = $(docs)
EXTRA_DIST = $(docs)