diff options
| author | dchen@redhat.com <dchen@dchen.redhat.com> | 2009-03-27 14:17:35 +1000 |
|---|---|---|
| committer | dchen@redhat.com <dchen@dchen.redhat.com> | 2009-03-27 14:17:35 +1000 |
| commit | e3fe226e2ddbe7754ed9cb0c60301e4959075eb1 (patch) | |
| tree | 1ead0c2c0db0064775afbdaf24f7a6639cacc8ff /docs/reference/ibus/Makefile.am | |
| parent | 7c6b337ece598b5c0cf9c92b0888b45f8770ff83 (diff) | |
| download | ibus-e3fe226e2ddbe7754ed9cb0c60301e4959075eb1.tar.gz ibus-e3fe226e2ddbe7754ed9cb0c60301e4959075eb1.tar.xz ibus-e3fe226e2ddbe7754ed9cb0c60301e4959075eb1.zip | |
API-DOC and Fix iBus Google issue 320.
Diffstat (limited to 'docs/reference/ibus/Makefile.am')
| -rw-r--r-- | docs/reference/ibus/Makefile.am | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/reference/ibus/Makefile.am b/docs/reference/ibus/Makefile.am index c1991f1..310bdef 100644 --- a/docs/reference/ibus/Makefile.am +++ b/docs/reference/ibus/Makefile.am @@ -25,7 +25,8 @@ SCANGOBJ_OPTIONS= # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" -SCAN_OPTIONS=--rebuild-sections +# SCAN_OPTIONS=--rebuild-sections +SCAN_OPTIONS= # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml @@ -42,7 +43,7 @@ FIXXREF_OPTIONS= # Used for dependencies. The docs will be rebuilt if any of these change. # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c -HFILE_GLOB= +HFILE_GLOB=$(top_srcdir)/src/*.h CFILE_GLOB= # Header files to ignore when scanning. @@ -97,4 +98,10 @@ EXTRA_DIST += # Comment this out if you want your docs-status tested during 'make check' #TESTS = $(GTKDOC_CHECK) -# CLEANFILES += ibus* + +clean-local: + rm -rf tmpl + +CLEANFILES+= *.stamp + + |
