qucs_s/qucs-help/docs/es/CMakeLists.txt
Vadim Kuznetzov 33602ba0ca New help system
1. Offline HTML excluded from Qucs-S distribution (if WITH_SPICE enabled)
2. F1 shortcut points to the main Qucs-S help page at the readthedocs
service.
3. Added menu etntry for the mainline Qucs help
2016-07-30 16:59:21 +03:00

10 lines
266 B
CMake

SET(HTML index.html mathfunc.html programs.html short.html start.html subcircuit.html)
SET(PNGS contab.png paste.png qucsmain.png select.png subcircuit.png wire.png )
# installation of documentation
INSTALL(FILES ${HTML} ${PNGS} DESTINATION share/qucs/docs/es)