Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.16k stars 213 forks source link

How-to add a tutorial to documentation #906

Closed Rmano closed 5 years ago

Rmano commented 5 years ago

Hi, I have created a small tutorial for my students on how to use QUCS for analyzing frequency response of linear circuits which includes a step-by-step guide on subcircuits. I would like to contribute that to the set of documents --- I was looking through them but it seems not so straightforward... is there a kind of guide/help on how to do it? Thanks!

Rmano commented 5 years ago

I tried to clone the directory ...qucs-docs/tutorial/dcstatic, changing the name, substituting the relevant information in the file Makefile.am and pics/Makefile.am, and adding the new directory to ...tutorilas/Makefile.am --- but I am stuck because I am not able to trigger the build of Makefile.in and Makefile.

felix-salfelder commented 5 years ago

On Sat, Feb 02, 2019 at 02:32:07PM -0800, Romano Giannetti wrote:

I tried to clone the directory ...qucs-docs/tutorial/dcstatic, changing the name, substituting the relevant information in the file Makefile.am and pics/Makefile.am, and adding the new directory to ...tutorilas/Makefile.am --- but I am stuck because I am not able to trigger the build of Makefile.in and Makefile.

look at configure.ac. it has a list of makefiles to generate. run ./bootstap after changing anything there.

Rmano commented 5 years ago

Thanks --- done!