mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
* Makefile.am (SUBDIRS): Add keyserver.
(dist-hook): Only look in mpi and scripts for distfiles; this way we don't include those of a stale "make dist" directory.
This commit is contained in:
parent
9f79634b31
commit
b8f127c598
@ -1,3 +1,9 @@
|
|||||||
|
2001-12-18 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* Makefile.am (SUBDIRS): Add keyserver.
|
||||||
|
(dist-hook): Only look in mpi and scripts for distfiles; this way
|
||||||
|
we don't include those of a stale "make dist" directory.
|
||||||
|
|
||||||
2001-10-23 Werner Koch <wk@gnupg.org>
|
2001-10-23 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
Released 1.0.6b snapshot.
|
Released 1.0.6b snapshot.
|
||||||
|
@ -33,7 +33,8 @@ DISTCLEANFILES = g10defs.h
|
|||||||
# we need for the Prereq: patch file trick.
|
# we need for the Prereq: patch file trick.
|
||||||
dist-hook:
|
dist-hook:
|
||||||
@set -e; \
|
@set -e; \
|
||||||
for file in `cd $(top_srcdir); find . -type f -name distfiles`; do \
|
for file in `cd $(top_srcdir); \
|
||||||
|
find scripts mpi -type f -name distfiles`; do \
|
||||||
dir=`dirname $$file` ; $(mkinstalldirs) $(distdir)/$$dir ; \
|
dir=`dirname $$file` ; $(mkinstalldirs) $(distdir)/$$dir ; \
|
||||||
for i in distfiles `cat $(top_srcdir)/$$file` ; do \
|
for i in distfiles `cat $(top_srcdir)/$$file` ; do \
|
||||||
ln $(top_srcdir)/$$dir/$$i $(distdir)/$$dir/$$i 2> /dev/null \
|
ln $(top_srcdir)/$$dir/$$i $(distdir)/$$dir/$$i 2> /dev/null \
|
||||||
@ -45,3 +46,9 @@ dist-hook:
|
|||||||
$(top_srcdir)/scripts/gnupg.spec.in \
|
$(top_srcdir)/scripts/gnupg.spec.in \
|
||||||
> $(distdir)/scripts/gnupg.spec
|
> $(distdir)/scripts/gnupg.spec
|
||||||
echo "$(VERSION)" > $(distdir)/VERSION
|
echo "$(VERSION)" > $(distdir)/VERSION
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user