another go at fixing gtk-doc.make
discovery! it's copied to the DOCDIR
This commit is contained in:
parent
ba6f8044af
commit
cd00d07711
@ -44,7 +44,7 @@ cp $ACDIR/lcmessage.m4 m4
|
||||
cp $ACDIR/progtest.m4 m4
|
||||
cp $ACDIR/introspection.m4 m4
|
||||
|
||||
gtkdocize --copy --docdir doc/reference || exit 1
|
||||
gtkdocize --copy --docdir doc/reference --flavour no-tmpl || exit 1
|
||||
|
||||
# some systems need libtoolize, some glibtoolize ... how annoying
|
||||
echo testing for glibtoolize ...
|
||||
|
@ -158,7 +158,7 @@ GTKDOC_CFLAGS = @VIPS_CFLAGS@ @VIPS_INCLUDES@
|
||||
GTKDOC_LIBS = @VIPS_CFLAGS@ ${top_builddir}/libvips/libvips.la @VIPS_LIBS@
|
||||
|
||||
# This includes the standard gtk-doc make rules, copied by gtkdocize.
|
||||
include $(top_srcdir)/gtk-doc.make
|
||||
include gtk-doc.make
|
||||
|
||||
# Other files to distribute
|
||||
# e.g. EXTRA_DIST += version.xml.in
|
||||
|
@ -1 +0,0 @@
|
||||
/usr/share/gtk-doc/data/gtk-doc.notmpl.make
|
Loading…
Reference in New Issue
Block a user