include python, bench and potentials in build distribution

This commit is contained in:
Axel Kohlmeyer
2013-06-09 18:49:16 +02:00
parent df0dcfd99b
commit c8283169c2

View File

@ -1,4 +1,4 @@
#!/bin/sh
git archive -v --format=tar --prefix=lammps-current/ HEAD README LICENSE doc/Manual.pdf src lib tools/*.cpp tools/*.f | gzip -9c - > ../lammps-current.tar.gz
git archive -v --format=tar --prefix=lammps-current/ HEAD README LICENSE doc/Manual.pdf src lib python bench potentials tools/*.cpp tools/*.f | gzip -9c - > ../lammps-current.tar.gz