Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3164e6a9 authored by hhakim's avatar hhakim
Browse files

Add the README page (quickstart guide) in the top menu of doxy. mainpage...

Add the README page (quickstart guide) in the top menu of doxy. mainpage ("Related pages" menu item) and integrate it more consistently in the web page layout.
parent 7c0698b8
Branches
Tags
No related merge requests found
......@@ -64,6 +64,7 @@ if(BUILD_DOCUMENTATION)
#elif(WIN32) #TODO
endif()
file(REMOVE ${PROJECT_BINARY_DIR}/doc/README_install_part.html)
configure_file(${FAUST_DOC_SRC_DIR}/bin_pkgs/README_template.md ${PROJECT_BINARY_DIR}/doc/README.md)
endif(BUILD_DOCUMENTATION)
......
......@@ -457,6 +457,7 @@ WARN_LOGFILE = "@PROJECT_BINARY_DIR@/doc/doxygen.log"
INPUT = "@PROJECT_BINARY_DIR@/doc/mainpage.md" \
"@PROJECT_BINARY_DIR@/doc/README.md" \
"@FAUST_SRC_LINEAR_OPERATOR_DIR@" \
"@FAUST_ALGORITHM_CONSTRAINT_SRC_DIR@" \
"@FAUST_ALGORITHM_FACTORIZATION_SRC_DIR@" \
......
\section install_sec Getting started with FAµST
Please look at this complementary document for helping you start with FAµST really quick: [README](./README.html)
Please look at this complementary document for helping you start with FAµST really quick: [README](./md_README.html)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment