From 5d12a8fdab224c7c92677b33cc3faaf796b56d43 Mon Sep 17 00:00:00 2001
From: sjplimp <sjplimp@f3b2605a-c512-4ea7-a41b-209d697bcdaa>
Date: Tue, 23 Sep 2014 19:09:24 +0000
Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12528
 f3b2605a-c512-4ea7-a41b-209d697bcdaa

---
 src/Makefile | 48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/src/Makefile b/src/Makefile
index d919520ffb..bb97416fe5 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -48,17 +48,17 @@ help:
 	@echo 'make install-python      install LAMMPS wrapper in Python'
 	@echo 'make tar                 create lmp_src.tar.gz of src dir and packages'
 	@echo ''
-	@echo 'make package             list available packages'
-	@echo 'make package-status (ps) status of all packages'
-	@echo 'make yes-package         install a single package in src dir'
-	@echo 'make no-package          remove a single package from src dir'
-	@echo 'make yes-all             install all packages in src dir'
-	@echo 'make no-all              remove all packages from src dir'
-	@echo 'make yes-standard        install all standard packages'
-	@echo 'make no-standard         remove all standard packages'
-	@echo 'make yes-user            install all user packages'
-	@echo 'make no-user             remove all user packages'
-	@echo 'make no-lib              remove all packages with external libs'
+	@echo 'make package                 list available packages'
+	@echo 'make package-status (ps)     status of all packages'
+	@echo 'make yes-package             install a single pgk in src dir'
+	@echo 'make no-package              remove a single pkg from src dir'
+	@echo 'make yes-all                 install all pgks in src dir'
+	@echo 'make no-all                  remove all pkgs from src dir'
+	@echo 'make yes-standard (yes-std)  install all standard pkgs'
+	@echo 'make no-standard (no-srd)    remove all standard pkgs'
+	@echo 'make yes-user                install all user pkgs'
+	@echo 'make no-user                 remove all user pkgs'
+	@echo 'make no-lib                  remove all pkgs with external libs'
 	@echo ''
 	@echo 'make package-update (pu) replace src files with updated package files'
 	@echo 'make package-overwrite   replace package files with src files'
@@ -149,18 +149,18 @@ package:
 	@echo ''
 	@echo 'User-contributed packages:' $(PACKUSER)
 	@echo ''
-	@echo 'make package              list available packages'
-	@echo 'make package-status (ps)  status of all packages'
-	@echo 'make yes-package          install a single package in src dir'
-	@echo 'make no-package           remove a single package from src dir'
-	@echo 'make yes-all              install all packages in src dir'
-	@echo 'make no-all               remove all packages from src dir'
-	@echo 'make yes-standard         install all standard packages'
-	@echo 'make no-standard          remove all standard packages'
-	@echo 'make yes-user             install all user packages'
-	@echo 'make no-user              remove all user packages'
-	@echo 'make no-lib               remove all packages with external libs'
+	@echo 'make package                 list available packages'
+	@echo 'make package-status (ps)     status of all packages'
+	@echo 'make yes-package             install a single pgk in src dir'
+	@echo 'make no-package              remove a single pkg from src dir'
+	@echo 'make yes-all                 install all pgks in src dir'
+	@echo 'make no-all                  remove all pkgs from src dir'
+	@echo 'make yes-standard (yes-std)  install all standard pkgs'
+	@echo 'make no-standard (no-srd)    remove all standard pkgs'
 	@echo ''
+	@echo 'make yes-user                install all user pkgs'
+	@echo 'make no-user                 remove all user pkgs'
+	@echo 'make no-lib                  remove all pkgs with external libs'
 	@echo 'make package-update (pu)  replace src files with package files'
 	@echo 'make package-overwrite    replace package files with src files'
 	@echo 'make package-diff (pd)    diff src files against package file'
@@ -171,10 +171,10 @@ yes-all:
 no-all:
 	@for p in $(PACKALL); do $(MAKE) no-$$p; done
 
-yes-standard:
+yes-standard yes-std:
 	@for p in $(PACKAGE); do $(MAKE) yes-$$p; done
 
-no-standard:
+no-standard no-std:
 	@for p in $(PACKAGE); do $(MAKE) no-$$p; done
 
 yes-user:
-- 
GitLab