| 62 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code |
62 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code |
| 63 IGNORE_HFILES=\ |
63 IGNORE_HFILES=\ |
| 64 pixmaps \ |
64 pixmaps \ |
| 65 plugins \ |
65 plugins \ |
| 66 themes \ |
66 themes \ |
| 67 win32 |
67 win32 \ |
| |
68 gtkinternal.h |
| 68 |
69 |
| 69 # Images to copy into HTML directory. |
70 # Images to copy into HTML directory. |
| 70 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png |
71 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png |
| 71 HTML_IMAGES= |
72 HTML_IMAGES= |
| 72 |
73 |