Skip to content

Commit cbc3a8e

Browse files
committed
Fixed makefile for double adding of Makefile in w90pov, and to create a filename containing the version number
1 parent f3f299c commit cbc3a8e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ thedoc:
6262
$(MAKE) -C $(ROOTDIR)/doc/tutorial
6363

6464
dist:
65-
@(cd $(ROOTDIR) && tar -cz --transform='s,^\./,wannier90/,' -f wannier90.tar.gz \
65+
@(cd $(ROOTDIR) && tar -cz --transform='s,^\./,wannier90-2.0.0/,' -f wannier90-2.0.0.tar.gz \
6666
./src/*.?90 \
6767
./src/postw90/*.?90 \
6868
./tests/run_test.pl \
@@ -121,7 +121,6 @@ dist:
121121
./utility/w90pov/examples/*/*.inc \
122122
./utility/w90pov/examples/*/*.pov \
123123
./utility/w90pov/examples/*/ref/*.png \
124-
./utility/w90pov/Makefile \
125124
./utility/w90pov/README \
126125
./utility/w90chk2chk/README \
127126
./doc/*/*.tex \

0 commit comments

Comments
 (0)