Default to --disable-gtk-doc (avoid Jade breakage) and --disable-static

Sat Mar  2 14:32:50 2002  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Default to --disable-gtk-doc (avoid Jade
        breakage) and --disable-static (static linking causes
        problems with Xft changes.)

        * autogen.sh: Add --enable-gtk-doc by default.

        * Makefile.am: Add a 'mydistcheck' rule that passes
        --enable-gtk-doc to the configure since that is needed
        for 'make dist'.

        * docs/tutorial/Makefile.am (dist-hook): Don't distribute
        the PDF file. (Rule doesn't work on my system, plus it's
        big.)

        * gtk/Makefile.am: 'make dist' fixes.
This commit is contained in:
Owen Taylor
2002-03-02 20:08:39 +00:00
committed by Owen Taylor
parent f832e3484d
commit dfe5724765
15 changed files with 214 additions and 32 deletions

View File

@ -45,9 +45,8 @@ html:
pdf:
(cd $(srcdir); db2pdf gtk-tut.sgml)
dist-hook: html pdf
dist-hook: html
cp -Rp $(srcdir)/html $(distdir)
cp -p $(srcdir)/gtk-tut.pdf $(distdir)
else
html:
echo "***"