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:
@ -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 "***"
|
||||
|
Reference in New Issue
Block a user