Fixes link to "HelpSource" directory

This commit is contained in:
tejaswidp 2018-03-30 21:53:40 +05:30
parent b12547a152
commit 5abf055a10

View file

@ -16,7 +16,7 @@
;; You should have received a copy of the GNU General Public License ;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to ;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA. ;; Boston, MA 02110-1301, USA.
;;; Code: ;;; Code:
@ -24,7 +24,7 @@
(defconst sclang-system-data-dir "@PKG_DATA_DIR@" (defconst sclang-system-data-dir "@PKG_DATA_DIR@"
"Installation dependent data directory.") "Installation dependent data directory.")
(defconst sclang-system-help-dir "@PKG_DATA_DIR@/Help" (defconst sclang-system-help-dir "@PKG_DATA_DIR@/HelpSource"
"Installation dependent help directory.") "Installation dependent help directory.")
(defconst sclang-system-extension-dir "@PKG_DATA_DIR@/Extensions" (defconst sclang-system-extension-dir "@PKG_DATA_DIR@/Extensions"