mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Minor changes to make make dist work correctly.
This commit is contained in:
parent
ca3818df83
commit
89a3dbae85
16
Makefile.am
16
Makefile.am
@ -44,10 +44,22 @@ else
|
||||
scd =
|
||||
endif
|
||||
|
||||
SUBDIRS = m4 intl jnlib common kbx ${gpg} ${sm} ${agent} ${scd} po doc tests
|
||||
SUBDIRS = m4 intl jnlib common kbx \
|
||||
${gpg} ${sm} ${agent} ${scd} po doc tests
|
||||
|
||||
|
||||
|
||||
dist-hook:
|
||||
@set -e; echo "$(VERSION)" > $(distdir)/VERSION
|
||||
@set -e; \
|
||||
for file in `cd $(top_srcdir); \
|
||||
find scripts include -type f -name distfiles`; do \
|
||||
dir=`dirname $$file` ; $(mkinstalldirs) $(distdir)/$$dir ; \
|
||||
for i in distfiles `cat $(top_srcdir)/$$file` ; do \
|
||||
ln $(top_srcdir)/$$dir/$$i $(distdir)/$$dir/$$i 2> /dev/null \
|
||||
|| cp -p $(top_srcdir)/$$dir/$$i $(distdir)/$$dir/$$i; \
|
||||
done ; \
|
||||
done
|
||||
echo "$(VERSION)" > $(distdir)/VERSION
|
||||
|
||||
|
||||
|
||||
|
@ -1,9 +1,7 @@
|
||||
cipher.h
|
||||
errors.h
|
||||
iobuf.h
|
||||
memory.h
|
||||
mpi.h
|
||||
ttyio.h
|
||||
types.h
|
||||
util.h
|
||||
i18n.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user