adapting to tkpwscf --> pwgui change

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@631 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
kokalj 2004-02-20 15:21:16 +00:00
parent 67ed74a5e8
commit 626707d4ed
3 changed files with 8 additions and 8 deletions

View File

@ -108,10 +108,10 @@ tar :
# TAR-GUI works only if we have CVS-sources !!!
tar-gui :
@if test -d GUI/TkPWscf ; then \
cd GUI/TkPWscf; \
$(MAKE) clean cvsinit tkpwscf-source-notcl; \
mv TkPWscf-*.tgz ../../; \
@if test -d GUI/PWgui ; then \
cd GUI/PWgui; \
$(MAKE) clean cvsinit pwgui-source-notcl; \
mv PWgui-*.tgz ../../; \
else \
echo ""; \
echo " Sorry tar-gui works only for CVS-sources !!!"; \

4
README
View File

@ -47,8 +47,8 @@ pwtools/ Source files for post-processing of ph.x results,
miscellaneous analysis programs
pwdoc/ documentation for PWscf, ChangeLog, etc
pw_examples/ contains sample input and output files
GUI/ Source files for the Graphical User Interface "Tk4PWscf",
written by Tone Kokalj (http://www-k3.ijs.si/kokalj/tkpwscf/)
GUI/ Source files for the Graphical User Interface "PWgui",
written by Anton Kokalj (http://www-k3.ijs.si/kokalj/tkpwscf/)
Directory structure of the CP code:

View File

@ -22,8 +22,8 @@ else
exit 1
fi
GUI_VERSION=`cat GUI/TkPWscf/VERSION`
GUI=TkPWscf-$GUI_VERSION
GUI_VERSION=`cat GUI/PWgui/VERSION`
GUI=PWgui-$GUI_VERSION
make veryclean
find . -type f -name *~ -exec /bin/rm {} \;
find . -type f -name .#* -exec /bin/rm {} \;