diff options
author | Ted Gould <ted@gould.cx> | 2009-12-08 15:03:27 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-08 15:03:27 -0600 |
commit | cf4dd4a9e3f1a2d514f7b6ddb5cb0763411b6961 (patch) | |
tree | bc930efbeb86c7bcd986e2d6eb75f0a3ad6fee91 /docs | |
parent | fbb083f6f0ef0c3398253b00ad129ada325b84d8 (diff) | |
download | ayatana-indicator-application-cf4dd4a9e3f1a2d514f7b6ddb5cb0763411b6961.tar.gz ayatana-indicator-application-cf4dd4a9e3f1a2d514f7b6ddb5cb0763411b6961.tar.bz2 ayatana-indicator-application-cf4dd4a9e3f1a2d514f7b6ddb5cb0763411b6961.zip |
Making it so that we have a local gtk-doc.make file that will pass a dist without the lib being built.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index c7d3d0e..e2a02cd 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -79,7 +79,7 @@ GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/libappindi GTKDOC_LIBS=$(top_builddir)/src/libappindicator.la $(top_builddir)/src/libapplication.la # This includes the standard gtk-doc make rules, copied by gtkdocize. -include $(top_srcdir)/gtk-doc.make +include $(top_srcdir)/gtk-doc.local.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in |