summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Karlsson <peterk@debian.org>2000-09-14 20:38:13 +0000
committerPeter Karlsson <peterk@debian.org>2000-09-14 20:38:13 +0000
commitfd7c5d8aa3007ebcae1e00bde725374caabf8578 (patch)
tree3f502be1d97557b0756b25c8c5db495d060c852b /doc
parent8b8128cea171ab847f10f4f9ea9594455e1b3e88 (diff)
downloaddpkg-fd7c5d8aa3007ebcae1e00bde725374caabf8578.tar.gz
Added more Swedish manual pages to install.
Diffstat (limited to 'doc')
-rw-r--r--doc/sv/Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/sv/Makefile.in b/doc/sv/Makefile.in
index e32d7fd1b..e08602a08 100644
--- a/doc/sv/Makefile.in
+++ b/doc/sv/Makefile.in
@@ -9,12 +9,12 @@ svman5dir = $(subst $(mandir),$(mandir)/sv,$(man5dir))
svman8dir = $(subst $(mandir),$(mandir)/sv,$(man8dir))
#MAN1PAGES = dpkg-deb.1 md5sum.1
-#MAN5PAGES = deb-old.5 deb.5
#MAN8PAGES = dpkg.8 dselect.8 install-info.8 start-stop-daemon.8 \
# update-alternatives.8 update-rc.d.8
-MAN5PAGES = deb.5
-MAN8PAGES = dselect.8
+MAN1PAGES = md5sum.1
+MAN5PAGES = deb.5 deb-control.5 deb-old.5
+MAN8PAGES = dpkg.8 dselect.8 start-stop-daemon.8
all:
@@ -28,11 +28,11 @@ install: install-doc
install-program:
install-doc:
-# $(mkinstalldirs) $(DESTDIR)$(svman1dir)
-# set -e ; for i in $(MAN1PAGES) ; do \
-# if test -f $$i ; then d= ; else d="$(srcdir)/" ; fi ; \
-# $(INSTALL_DATA) $$d$$i $(DESTDIR)$(svman1dir) ; \
-# done
+ $(mkinstalldirs) $(DESTDIR)$(svman1dir)
+ set -e ; for i in $(MAN1PAGES) ; do \
+ if test -f $$i ; then d= ; else d="$(srcdir)/" ; fi ; \
+ $(INSTALL_DATA) $$d$$i $(DESTDIR)$(svman1dir) ; \
+ done
$(mkinstalldirs) $(DESTDIR)$(svman5dir)
set -e ; for i in $(MAN5PAGES) ; do \
if test -f $$i ; then d= ; else d="$(srcdir)/" ; fi ; \