File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121* Installation
2222
2323The easiest way to install =gnuplot= is to directly get it from [[https://elpa.nongnu.org/][NonGNU ELPA]] or
24- [[http ://melpa.org][MELPA]]. After configuring Emacs to use MELPA, you should be able to install
24+ [[https ://melpa.org][MELPA]]. After configuring Emacs to use MELPA, you should be able to install
2525=gnuplot= by typing
2626
2727: M-x install-package RET gnuplot RET
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ src = gnuplot-source
22
33regen :
44	#  Download and extract the Gnuplot source
5- 	[ -e  $( src) ||  curl -o $(src ) .tar.xz http ://deb.debian.org/debian/pool/main/g/gnuplot/gnuplot_6.0.2+dfsg1.orig.tar.xz
5+ 	[ -e  $( src) ||  curl -o $(src ) .tar.xz httpss ://deb.debian.org/debian/pool/main/g/gnuplot/gnuplot_6.0.2+dfsg1.orig.tar.xz
66	rm -rf $(src ) /
77	mkdir $(src ) 
88	tar --strip-components=1 -C $(src )  -xf $(src ) .tar.xz
Original file line number Diff line number Diff line change 1717; ; GNU General Public License for more details.
1818
1919; ; You should have received a copy of the GNU General Public License
20- ; ; along with this program.  If not, see <http ://www.gnu.org/licenses/>.
20+ ; ; along with this program.  If not, see <https ://www.gnu.org/licenses/>.
2121
2222; ;; Commentary:
2323
8484; ;
8585; ; The parsing machine and compiler are partially based on the
8686; ; description in Medeiros and Ierusalimschy 2008, "A Parsing Machine
87- ; ; for PEGs" (http ://dl.acm.org/citation.cfm?doid=1408681.1408683).
87+ ; ; for PEGs" (https ://dl.acm.org/citation.cfm?doid=1408681.1408683).
8888; ;
8989; ; The pattern-matching language
9090; ; =============================
Original file line number Diff line number Diff line change 1717; ; GNU General Public License for more details.
1818
1919; ; You should have received a copy of the GNU General Public License
20- ; ; along with this program.  If not, see <http ://www.gnu.org/licenses/>.
20+ ; ; along with this program.  If not, see <https ://www.gnu.org/licenses/>.
2121
2222; ;; Commentary:
2323
Original file line number Diff line number Diff line change 2323; ; GNU General Public License for more details.
2424
2525; ; You should have received a copy of the GNU General Public License
26- ; ; along with this program.  If not, see <http ://www.gnu.org/licenses/>.
26+ ; ; along with this program.  If not, see <https ://www.gnu.org/licenses/>.
2727
2828; ;; Commentary:
2929
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments