mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00

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
10 lines
266 B
CMake
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)
|
|
|