Gimp/devel-docs/Makefile.am
Michael Natterer 6231934d6f don't build devel-docs/pdb/Makefile.am
2001-06-08  Michael Natterer  <mitch@gimp.org>

	* configure.in: don't build devel-docs/pdb/Makefile.am

2001-06-08  Michael Natterer  <mitch@gimp.org>

	* Makefile.am
	* pdb/*: removed as we use gtk-doc now.
2001-06-08 16:50:49 +00:00

18 lines
351 B
Makefile

## Process this file with automake to produce Makefile.in
SUBDIRS = libgimpcolor libgimpmath libgimpbase libgimpwidgets libgimp
EXTRA_DIST = \
ChangeLog \
README \
README.gtkdoc \
gih.txt \
gpb.txt \
parasites.txt \
undo.txt \
xcf.txt
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files macros/*; do \
echo $$p; \
done