Gimp/devel-docs/Makefile.am
Sven Neumann c9c94b2afe Moved various files from the docs directory to devel-docs and
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.
2000-06-13 14:05:35 +00:00

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