2000-06-13 Sven Neumann <sven@gimp.org>
Moved various files from the docs directory to
devel-docs and devel-docs/pdb. Excluded papers
from being distributed but left them in CVS.
21 lines
351 B
Makefile
21 lines
351 B
Makefile
SUBDIRS = libgimp
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
README.gtkdoc \
|
|
pdb/pdb_self_doc.el \
|
|
pdb/pdb_dump \
|
|
pdb/pdb_dump.texi \
|
|
pdb/texinfo.tex \
|
|
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
|
|
|
|
# devel-docs/Makefile.am ends here
|