Skip to content

Commit

Permalink
doc: Generate geany-scintilla-gtkdoc.h along geany-gtkdoc.h
Browse files Browse the repository at this point in the history
geany-scintilla-gtkdoc.h contains all scintilla_object_* methods. It is
intended that they are going to be exposed through a separate .gir file,
therefore a separate header makes things easier.
  • Loading branch information
kugel- committed Mar 5, 2016
1 parent b7e6aac commit e3759fb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/Makefile.am
Expand Up @@ -129,16 +129,17 @@ Doxyfile-gi.stamp: Doxyfile-gi Doxyfile.stamp $(doxygen_sources)
$(AM_V_GEN)$(DOXYGEN) Doxyfile-gi && echo "" > $@

geany-gtkdoc.h: Doxyfile-gi.stamp $(top_srcdir)/scripts/gen-api-gtkdoc.py
$(AM_V_GEN)$(top_srcdir)/scripts/gen-api-gtkdoc.py xml -d $(builddir) -o $@
$(AM_V_GEN)$(top_srcdir)/scripts/gen-api-gtkdoc.py xml -d $(builddir) -o $@ \
--sci-output geany-scintilla-gtkdoc.h

geany_gtkdocincludedir = $(includedir)/geany/gtkdoc
nodist_geany_gtkdocinclude_HEADERS = geany-gtkdoc.h
nodist_geany_gtkdocinclude_HEADERS = geany-gtkdoc.h geany-scintilla-gtkdoc.h

ALL_LOCAL_TARGETS += geany-gtkdoc.h
ALL_LOCAL_TARGETS += geany-gtkdoc.h geany-scintilla-gtkdoc.h
CLEAN_LOCAL_TARGETS += clean-gtkdoc-header-local

clean-gtkdoc-header-local:
-rm -rf xml/ Doxyfile-gi Doxyfile-gi.stamp geany-gtkdoc.h
-rm -rf xml/ Doxyfile-gi Doxyfile-gi.stamp geany-gtkdoc.h geany-scintilla-gtkdoc.h

endif

Expand Down

0 comments on commit e3759fb

Please sign in to comment.