htm:
@ftagshtml -cgi "/cgi-perso" -conf "FORTRAN" -www "/code/FORTRAN/HTML/ftagshtml" -code "Fortran" -l2h -latexindex -hevea -I ./include *.f *.c
bis:
@ftagshtml -cgi "/cgi-perso" -conf "FORTRAN" -www "/code/FORTRAN/HTML/ftagshtml" -code "Fortran" -l2h -latexindex -hevea -I ./include *.f *.c
doc:
@ftagshtml -cgi "http://papitou.magic/cgi-perso" -www "http://papitou.magic/code/FORTRAN/HTML/ftagshtml" -code "Fortran" -latexindex -hevea -I ./include -w ../doc *.f *.c
clean:
@rm -rf ../doc
@rm -rf HTML/ftagshtml
pdf:
@cd HTML/ftagshtml && latex Sindex && latex Sindex && pdflatex Sindex
@cd HTML/ftagshtml && latex Lindex && latex Lindex && pdflatex Lindex