summaryrefslogtreecommitdiff
path: root/scripts/Makefile.in
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>2000-11-08 14:03:01 +0000
committerWichert Akkerman <wakkerma@debian.org>2000-11-08 14:03:01 +0000
commit34f7b144de0ab4ac5a7748cb93165e69e4857373 (patch)
treef8b2aba743c67ceeeee85b6fff1a4362e0b8764d /scripts/Makefile.in
parente01a5cd45aceb7f1375ef09f0917788effd4450f (diff)
downloaddpkg-34f7b144de0ab4ac5a7748cb93165e69e4857373.tar.gz
Remove emacs helper scripts
Diffstat (limited to 'scripts/Makefile.in')
-rw-r--r--scripts/Makefile.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 696fa8687..4133e3e98 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -22,8 +22,6 @@ CHANGELOG_PARSERS = cl-debian
SCRIPTLIBS = controllib.pl
-LISPFILES = debian-changelog-mode.el
-
GEN_MAN8PAGES = dpkg-scansources.8
MAN_SOURCE_ALIASES = dpkg-gencontrol.1 dpkg-genchanges.1 dpkg-buildpackage.1 \
@@ -71,11 +69,6 @@ install-program:
if test -f $$i ; then d= ; else d="$(srcdir)/" ; fi ; \
$(INSTALL_DATA) $$d$$i $(DESTDIR)/$(dpkglibdir) ; \
done
- $(mkinstalldirs) $(DESTDIR)/$(elispdir)
- set -e ; for i in $(LISPFILES) ; do \
- if test -f $$i ; then d= ; else d="$(srcdir)/" ; fi ; \
- $(INSTALL_DATA) $$d$$i $(DESTDIR)/$(elispdir) ; \
- done
.PHONY: install-doc
install-doc: