diff options
author | Monsta <[email protected]> | 2015-08-25 16:36:48 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-08-25 16:36:48 +0300 |
commit | d1a5acc22910f5136e159b5401e68f80852d3630 (patch) | |
tree | 618901fbde799177369a36788cebcd9b3009b750 /doc | |
parent | c8a7ad7f0698d2a11d3d5d8c55a9dc5ce9330f46 (diff) | |
download | libmateweather-d1a5acc22910f5136e159b5401e68f80852d3630.tar.bz2 libmateweather-d1a5acc22910f5136e159b5401e68f80852d3630.tar.xz |
drop support for win32
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 1e02b60..faa7286 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -48,7 +48,7 @@ CFILE_GLOB=$(top_srcdir)/libmateweather/*.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES=mateweather-enum-types.h mateweather-win32.h parser.h weather-priv.h +IGNORE_HFILES=mateweather-enum-types.h parser.h weather-priv.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png |