summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-09-18 13:26:52 +0000
committerMatt Wilson <msw@src.gnome.org>2001-09-18 13:26:52 +0000
commitcbae279486cd8d098be6ad9023fac6ed10fab20e (patch)
treed3f5b0ffbbd5c3da527e01a9a75506a913121ea9 /docs/faq
parenta25167914836070833b1720933d048ba82a40c64 (diff)
downloadgtk+-cbae279486cd8d098be6ad9023fac6ed10fab20e.tar.gz
don't use += before =
2001-09-18 Matt Wilson <msw@redhat.com> * docs/Makefile.am (EXTRA_DIST): don't use += before = * docs/faq/Makefile.am (EXTRA_DIST): likewise * docs/tutorial/Makefile.am (EXTRA_DIST): likewise * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise (EXTRA_HEADERS): likewise * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise (EXTRA_HEADERS): likewise (EXTRA_DIST): likewise (CLEANFILES): likewise * gtk/stock-icons/Makefile.am (CLEANFILES): likewise * tests/Makefile.am (EXTRA_DIST): likewise * Makefile.am (install-data-local): changed to use install-data-hook, which runs after install-pkgconfigDATA, so that the pkgconfigdir will have been created and populated first. gdk-pixbuf/ChangeLog 2001-09-17 Matt Wilson <msw@redhat.com> * Makefile.am (libpixbufloader_xbm_la_LDFLAGS): removed duplicate LDFLAGS definition, use the -avoid-version one. (libpixbufloader_tga_la_LDFLAGS): likewise
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/Makefile.am b/docs/faq/Makefile.am
index 977b6f8201..1a8b4e6220 100644
--- a/docs/faq/Makefile.am
+++ b/docs/faq/Makefile.am
@@ -25,7 +25,7 @@ faq: htmldir textdir
sgml2txt gtkfaq.sgml; \
mv gtkfaq.txt text/)
-EXTRA_DIST += gtkfaq.sgml gtk-faq.sgml
+EXTRA_DIST = gtkfaq.sgml gtk-faq.sgml
if HAVE_SGML2HTML
dist-hook: faq