diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-19 03:08:58 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-19 03:08:58 +0800 |
commit | a491cf407b87e7ca4fdd40ab83a404deff5586bc (patch) | |
tree | b80e60cf76678aae2b213cbb63911c321b66fbeb /doc | |
parent | 50f45436240456c848921e426411070e04ccbd39 (diff) | |
download | gsoc2013-epiphany-a491cf407b87e7ca4fdd40ab83a404deff5586bc.tar gsoc2013-epiphany-a491cf407b87e7ca4fdd40ab83a404deff5586bc.tar.gz gsoc2013-epiphany-a491cf407b87e7ca4fdd40ab83a404deff5586bc.tar.bz2 gsoc2013-epiphany-a491cf407b87e7ca4fdd40ab83a404deff5586bc.tar.lz gsoc2013-epiphany-a491cf407b87e7ca4fdd40ab83a404deff5586bc.tar.xz gsoc2013-epiphany-a491cf407b87e7ca4fdd40ab83a404deff5586bc.tar.zst gsoc2013-epiphany-a491cf407b87e7ca4fdd40ab83a404deff5586bc.zip |
*** empty log message ***
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.am | 9 | ||||
-rw-r--r-- | doc/reference/epiphany-overrides.txt | 0 |
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index f0810ec55..9973047af 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -10,7 +10,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml # The directory containing the source code. Relative to $(srcdir). # gtk-doc will search all .c & .h files beneath here for inline comments # documenting functions and macros. -DOC_SOURCE_DIR=../../lib +DOC_SOURCE_DIR=../.. # Extra options to supply to gtkdoc-scan. SCAN_OPTIONS= @@ -22,11 +22,11 @@ MKDB_OPTIONS=--sgml-mode --output-format=xml FIXXREF_OPTIONS= # Used for dependencies. -HFILE_GLOB= -CFILE_GLOB= +HFILE_GLOB=$(top_srcdir)/lib/*.h +CFILE_GLOB=$(top_srcdir)/lib/*.c # Header files to ignore when scanning. -IGNORE_HFILES= +IGNORE_HFILES= BaseProtocolContentHandler.h BaseProtocolHandler.h ContentHandler.h EphyAboutRedirector.h EphyBrowser.h EphyEventListener.h EphyHeaderSniffer.h EventContext.h ExternalProtocolHandlers.h ExternalProtocolService.h FilePicker.h GlobalHistory.h GtkNSSClientAuthDialogs.h GtkNSSDialogs.h GtkNSSKeyPairDialogs.h MozDownload.h mozilla-download.h mozilla-embed.h mozilla-embed-persist.h mozilla-embed-single.h mozilla-notifiers.h MozillaPrivate.h MozRegisterComponents.h nsUnicharUtils.h PrintingPromptService.h # Images to copy into HTML directory. HTML_IMAGES = @@ -51,7 +51,6 @@ GTKDOC_LIBS = \ $(top_builddir)/embed/libephyembed.la \ $(top_builddir)/lib/libephy.la \ $(top_builddir)/src/bookmarks/libephybookmarks.la \ - $(top_builddir)/src/libephymain.la \ $(EPIPHANY_DEPENDENCY_LIBS) # If you need to override some of the declarations, place them in the diff --git a/doc/reference/epiphany-overrides.txt b/doc/reference/epiphany-overrides.txt new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/doc/reference/epiphany-overrides.txt |