diff options
author | Michal Ratajsky <[email protected]> | 2014-08-28 23:39:33 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-08-28 23:39:33 +0200 |
commit | 4f089f8489e292ced05a89ec7d761b9bc6533b84 (patch) | |
tree | 77a81710ffb092661a8df6bb92b6017b71a9b23d /docs/reference/Makefile.am | |
parent | b6955dd78085d642f10325ec6d929e7421224d74 (diff) | |
download | libmatemixer-4f089f8489e292ced05a89ec7d761b9bc6533b84.tar.bz2 libmatemixer-4f089f8489e292ced05a89ec7d761b9bc6533b84.tar.xz |
Documentation additions and fixes
Diffstat (limited to 'docs/reference/Makefile.am')
-rw-r--r-- | docs/reference/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 4a6e205..fb3db04 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -61,8 +61,7 @@ IGNORE_HFILES= \ matemixer-stream-private.h \ matemixer-switch-option-private.h \ matemixer-switch-private.h \ - matemixer-private.h \ - matemixer-types.h + matemixer-private.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png |