[Skip-CI] Makefile sets correct version number in documentation; obsolete stuff removed

This commit is contained in:
Paolo Giannozzi 2019-03-01 17:47:47 +01:00
parent 6834a502ef
commit 8a3b936bc8
1 changed files with 3 additions and 4 deletions

View File

@ -324,8 +324,7 @@ veryclean : clean
- @(cd install ; $(MAKE) -f plugins_makefile veryclean)
- @(cd install ; $(MAKE) -f extlibs_makefile veryclean)
- rm -rf install/patch-plumed
- cd install ; rm -f config.log configure.msg config.status \
CPV/version.h ChangeLog* intel.pcl */intel.pcl
- cd install ; rm -f config.log configure.msg config.status
- rm -rf include/configure.h install/make_wannier90.inc
- cd install ; rm -fr autom4te.cache
- cd install; ./clean.sh ; cd -
@ -378,10 +377,10 @@ tar-qe-modes :
# "latex2html" and "convert" (from Image-Magick) are needed.
doc :
if test -d Doc ; then \
( cd Doc ; $(MAKE) TLDEPS= all ) ; fi
( cd Doc ; $(MAKE) VERSION=6.4 TLDEPS= all ) ; fi
for dir in */Doc; do \
( if test -f $$dir/Makefile ; then \
( cd $$dir; $(MAKE) TLDEPS= all ) ; fi ) ; done
( cd $$dir; $(MAKE) VERSION=6.4 TLDEPS= all ) ; fi ) ; done
doc_clean :
if test -d Doc ; then \