* debian/Makefile.am:

+ Distribute more debian/* files.
  * debian/rules:
    + No longer use dh_installexamples, since the package does it for us.
    + Ditto for dh_installman.


git-svn-id: svn://svn.zoy.org/elk/trunk@59 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-08-28 09:39:36 +00:00
parent 11d269f813
commit 7b51d48e2b
3 changed files with 14 additions and 3 deletions

8
debian/Makefile.am vendored
View File

@ -1,9 +1,17 @@
NULL =
EXTRA_DIST = \
README.Debian \
changelog \
compat \
control \
copyright \
menu \
rules \
elk.docs \
elk.prerm \
elkdoc.dirs \
elkdoc.docs \
libelk0-dev.dirs \
libelk0.dirs \
$(NULL)

1
debian/elkdoc.dirs vendored Normal file
View File

@ -0,0 +1 @@
usr/share/doc/elkdoc/

8
debian/rules vendored
View File

@ -56,6 +56,9 @@ install: build
$(CURDIR)/debian/elk/usr/lib/*.a \
$(CURDIR)/debian/libelk0-dev/usr/lib/
mv $(CURDIR)/debian/elk/usr/share/doc/elk/examples \
$(CURDIR)/debian/elkdoc/usr/share/doc/elkdoc/
# Build architecture-independent files here.
# Pass -i to all debhelper commands in this target to reduce clutter.
binary-indep: DH_OPTIONS=-i
@ -64,8 +67,7 @@ binary-indep: build install
dh_testroot
# dh_installdebconf
dh_installdocs
dh_installexamples examples/*
rm -Rf `find $(CURDIR)/debian/elkdoc/ -type d -name .svn`
# dh_installexamples
# dh_installmenu
# dh_installemacsen
# dh_installpam
@ -99,7 +101,7 @@ binary-arch: build install
# dh_installinit
# dh_installcron
# dh_installmanpages
dh_installman doc/man/elk.1
# dh_installman
# dh_installinfo
# dh_undocumented
dh_installchangelogs NEWS