File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ class EmacsPlusAT31 < EmacsBase
1515 option "without-cocoa" , "Build a non-Cocoa version of Emacs"
1616
1717 # Opt-in
18- option "with-ctags" , "Don't remove the ctags executable that Emacs provides"
1918 option "with-x11" , "Experimental: build with x11 support"
2019 option "with-debug" , "Build with debug symbols and debugger friendly optimizations"
2120 option "with-xwidgets" , "Experimental: build with xwidgets support"
@@ -242,17 +241,6 @@ def install
242241 system "gmake"
243242 system "gmake" , "install"
244243 end
245-
246- # Follow MacPorts and don't install ctags from Emacs. This allows Vim
247- # and Emacs and ctags to play together without violence.
248- if build . without? "ctags"
249- ( bin /"ctags" ) . unlink
250- if build . with? "compress-install"
251- ( man1 /"ctags.1.gz" ) . unlink
252- else
253- ( man1 /"ctags.1" ) . unlink
254- end
255- end
256244 end
257245
258246 def post_install
Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ By default =emacs-plus@31= uses the following features.
135135
136136| Option | Description |
137137|-------------------------+------------------------------------------------------------------------------|
138- | =--with-ctags= | don't remove the ctags executable that Emacs provides |
139138| =--with-dbus= | build with dbus support |
140139| =--with-debug= | build with debug symbols and debugger friendly optimizations |
141140| =--with-mailutils= | build with mailutils support |
You can’t perform that action at this time.
0 commit comments