Browse Source

Add new *-README files to releases

Luke Dashjr 13 years ago
parent
commit
a7d65f6e85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      make-release

+ 1 - 1
make-release

@@ -31,7 +31,7 @@ cd ..
 zip -r "$IDIR/${sw}.zip" "$sw"
 zip -r "$IDIR/${sw}.zip" "$sw"
 tar cjvpf "$IDIR/${sw}.tbz2" "$sw"
 tar cjvpf "$IDIR/${sw}.tbz2" "$sw"
 SRCDIR="$TMPDIR/$sw"
 SRCDIR="$TMPDIR/$sw"
-for txt in AUTHORS COPYING NEWS README; do
+for txt in AUTHORS COPYING NEWS README API-README FPGA-README; do
 	cp -v "$txt" "$OUTDIR/${txt}.txt"
 	cp -v "$txt" "$OUTDIR/${txt}.txt"
 done
 done
 cp -av "bitstreams" "$OUTDIR/"
 cp -av "bitstreams" "$OUTDIR/"