diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-21 18:29:36 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-21 18:30:40 +0100 |
commit | b624e5b3d93b0c261fbeb09677dc555688d75ea4 (patch) | |
tree | 4b63e1837aa980f3b3371b005a04f35c6ba96367 /docs | |
parent | 2da63ea903efa9329c3a6e1a3a7a6ae29bd885a0 (diff) | |
download | totem-b624e5b3d93b0c261fbeb09677dc555688d75ea4.tar.gz |
Exclude chapter headers from the documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 51dd81cfb..0b5824f96 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -63,7 +63,10 @@ IGNORE_HFILES = \ totemplaylist-marshal.h \ totemvideolist-marshal.h \ totem-profile.h \ - totem-sample-vala-plugin.h + totem-sample-vala-plugin.h \ + totem-chapters-utils.h \ + totem-cmml-parser.h \ + totem-edit-chapter.h # Files we don't want exported to plugins IGNORE_HFILES += \ |