equal
deleted
inserted
replaced
14 ## all-local: html/index.html |
14 ## all-local: html/index.html |
15 |
15 |
16 ## TODO: 'html/index.html' should depend on the files listed in Doxyfile's |
16 ## TODO: 'html/index.html' should depend on the files listed in Doxyfile's |
17 ## INPUT variable. |
17 ## INPUT variable. |
18 html/index.html: |
18 html/index.html: |
19 if test ${doxygen_found} = yes; then doxygen Doxyfile; fi |
19 if test ${doxygen_found} = yes; then \ |
|
20 doxygen Doxyfile; \ |
|
21 cp icons/geom/ftv2* html; \ |
|
22 fi |
20 |
23 |
21 ## This is needed to make 'make dist' work even if the 'html' subdirectory |
24 ## This is needed to make 'make dist' work even if the 'html' subdirectory |
22 ## does not exist. |
25 ## does not exist. |
23 html: html/index.html |
26 html: html/index.html |
24 |
27 |