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
13 lines
501 B
CMake
13 lines
501 B
CMake
|
|
|
|
SET(HTML characters.html internal.html mathfunc.html short.html start_digi.html subcircuit.html
|
|
index.html matching.html programs.html start.html start_opt.html)
|
|
|
|
SET(PNGS contab.png optimization3.png optimization6.png paste.png select.png
|
|
optimization1.png optimization4.png optimization7.png qucsdigi.png subcircuit.png
|
|
optimization2.png optimization5.png optimization8.png qucsmain.png wire.png)
|
|
|
|
# installation of documentation
|
|
INSTALL(FILES ${HTML} ${PNGS} DESTINATION share/qucs/docs/ru)
|
|
|