Skip to content

Commit

Permalink
Fixed makefile for double adding of Makefile in w90pov, and to create…
Browse files Browse the repository at this point in the history
… a filename containing the version number
  • Loading branch information
giovannipizzi committed Oct 14, 2013
1 parent f3f299c commit cbc3a8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ thedoc:
$(MAKE) -C $(ROOTDIR)/doc/tutorial

dist:
@(cd $(ROOTDIR) && tar -cz --transform='s,^\./,wannier90/,' -f wannier90.tar.gz \
@(cd $(ROOTDIR) && tar -cz --transform='s,^\./,wannier90-2.0.0/,' -f wannier90-2.0.0.tar.gz \
./src/*.?90 \
./src/postw90/*.?90 \
./tests/run_test.pl \
Expand Down Expand Up @@ -121,7 +121,6 @@ dist:
./utility/w90pov/examples/*/*.inc \
./utility/w90pov/examples/*/*.pov \
./utility/w90pov/examples/*/ref/*.png \
./utility/w90pov/Makefile \
./utility/w90pov/README \
./utility/w90chk2chk/README \
./doc/*/*.tex \
Expand Down

0 comments on commit cbc3a8e

Please sign in to comment.