gimp/devel-docs/Makefile.am
Manish Singh 2b0dec3dd5 whoops
-Yosh
2000-09-23 22:01:58 +00:00

22 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