Commit 803c5c5f authored by Nina Džugasová's avatar Nina Džugasová
Browse files

Merge branch 'nina' of jlk.fjfi.cvut.cz:mmg/tnl-dev into nina

parents 515556f4 28121339
Loading
Loading
Loading
Loading
+17 −1
Original line number Diff line number Diff line
@@ -889,7 +889,23 @@ EXCLUDE_SYMLINKS = NO
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*

EXCLUDE_PATTERNS       =
EXCLUDE_PATTERNS       = */Communicators/* \
                         */Config/* \
                         */Containers/* \
                         */Debugging/* \
                         */Devices/* \
                         */DistributedContainers/* \
                         */Exceptions/* \
                         */Experimental/* \
                         */Functions/* \
                         */Images/* \
                         */Matrices/* \
                         */Meshes/* \
                         */Operators/* \
                         */Pointers/* \
                         */Problems/* \
                         */Solvers/* 


# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
+2 −1
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ done
doxygen

if [[ "$INSTALL" == "yes" ]]; then
   cp -r Documentation/* ${PREFIX}/share/doc
   mkdir -p ${PREFIX}/share/doc/tnl
   cp -r Documentation/* ${PREFIX}/share/doc/tnl
fi