2010-06-05 Gary V. Vaughan <gary@gnu.org>
+ Update generated upload directive file format to v1.1.
+ * Makefile.maint (git-dist, diffs): Update to generate v1.1 format
+ directive files for ftp://ftp-upload.gnu.org/incoming/ftp.
+
Fix web manual generation details in release instructions.
* HACKING (Release Procedure): Move the instruction for generating
web manuals for a new release to before the instruction that bumps
for suffix in gz lzma; do \
ofile="$(PACKAGE)-$(VERSION).tar.$$suffix"; \
$(GPG) --detach-sign $$ofile \
- && echo "directory: libtool" > $$ofile.directive \
+ && echo "version: 1.1" > $$ofile.directive \
+ && echo "directory: libtool" >> $$ofile.directive \
+ && echo "filename: $$ofile" >> $$ofile.directive \
&& $(GPG) --clearsign $$ofile.directive \
&& rm -f $$ofile.directive; \
done
$(PACKAGE)-$(LASTRELEASE) $(PACKAGE)-$(VERSION) \
| GZIP=$(GZIP_ENV) gzip -c > $$ofile \
&& $(GPG) --detach-sign $$ofile \
- && echo "directory: libtool" > $$ofile.directive \
+ && echo "version: 1.1" > $$ofile.directive \
+ && echo "directory: libtool" >> $$ofile.directive \
+ && echo "filename: $$ofile" |sed 's,: \.\./,: ,' >> $$ofile.directive \
&& $(GPG) --clearsign $$ofile.directive \
&& rm -f $$ofile.directive