You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
638 B
25 lines
638 B
16 years ago
|
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
SUBDIRS = src data po
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
README AUTHORS COPYING ephoto.spec \
|
||
|
debian/changelog \
|
||
|
debian/changelog.in \
|
||
|
debian/compat \
|
||
|
debian/control \
|
||
|
debian/copyright \
|
||
|
debian/rules
|
||
|
|
||
|
|
||
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
|
||
|
config.h.in config.sub configure install-sh \
|
||
|
ltconfig ltmain.sh missing mkinstalldirs \
|
||
|
stamp-h.in ephoto.spec \
|
||
|
debian/changelog
|
||
|
|
||
|
dist-hook:
|
||
|
if test -d data; then \
|
||
|
(cd $(srcdir); tar -cf - data) | (cd $(distdir); tar -xf -; rm -rf `find . -name CVS`) \
|
||
|
fi
|