Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
cc6e0d29
Commit
cc6e0d29
authored
Jun 12, 2002
by
Ulrik Haugen
Browse files
* Makefile (EXTRA-SRCVERBATIM): name the help files by their
actual names after renaming.
parent
4037affd
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
cc6e0d29
2002-06-12 Ulrik Haugen <qha@lysator.liu.se>
* Makefile (EXTRA-SRCVERBATIM): name the help files by their
actual names after renaming.
2002-06-12 David Byers <david.byers@swipnet.se>
Fix bug 573:
...
...
src/Makefile
View file @
cc6e0d29
...
...
@@ -115,7 +115,7 @@ EXTRA-SRCDIST = \
distribution-Makefile.in
EXTRA-SRCVERBATIM
=
\
envcheck.el lpath.el autoconf.el
\
help-compile.el
help
.
en help
.
sv
\
help-compile.el
help
-
en
.xml
help
-
sv
.xml
\
$(DOCFILES)
# Included in the non-source distribution archives.
...
...
src/debian/emacsen-common-install
View file @
cc6e0d29
...
...
@@ -34,8 +34,8 @@ EOF
cd
${
elc_dir
}
gunzip
-c
${
el_dir
}
/lyskom.el.gz
>
${
elc_dir
}
/lyskom-elisp-client.el
cp
${
el_dir
}
/help
.
*
${
elc_dir
}
cp
${
el_dir
}
/help
-
*
.xml
${
elc_dir
}
${
FLAVOR
}
${
byte_compile_options
}
lyskom-elisp-client.el
rm
-f
${
elc_dir
}
/
*
.el
${
elc_dir
}
/help
.
*
rm
-f
${
elc_dir
}
/
*
.el
${
elc_dir
}
/help
-
*
.xml
fi
exit
0
src/debian/rules
View file @
cc6e0d29
...
...
@@ -27,7 +27,7 @@ binary-indep: build
dh_installdirs
$(MAKE) lyskom-@@CLIENTVERSION@@.el
cp lpath.el help-compile.el help
.
en help
.
sv debian/tmp/usr/share/emacs/site-lisp/lyskom-elisp-client/
cp lpath.el help-compile.el help
-
en
.xml
help
-
sv
.xml
debian/tmp/usr/share/emacs/site-lisp/lyskom-elisp-client/
gzip -c lyskom-@@CLIENTVERSION@@.el > debian/tmp/usr/share/emacs/site-lisp/lyskom-elisp-client/lyskom.el.gz
install -m 644 debian/50lyskom-elisp-client.el debian/tmp/etc/emacs/site-start.d
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment