removed dependencies from dist

pull/9/head
reg_ 14 years ago
parent 755b9f6779
commit 3f4a67ccb8

@ -30,6 +30,4 @@ endif
if WITH_LAUNCHER if WITH_LAUNCHER
SUBDIRS += launcher SUBDIRS += launcher
endif endif
EXTRA_DIST = dependencies

@ -6,6 +6,6 @@ kiwix-compact \- ZIM index compacter
.SH DESCRIPTION .SH DESCRIPTION
Compacts ZIM files used by Kiwix using xapian-compact Compacts ZIM files used by Kiwix using xapian-compact
.SH SEE ALSO .SH SEE ALSO
kiwix(1) kiwix-serve(1) xapian-compact(1) kiwix(1) kiwix-index(1) kiwix-install(1) kiwix-serve(1) kiwix-manage(1) xapian-compact(1)
.SH AUTHOR .SH AUTHOR
Emmanuel Engelhart <kelson@kiwix.org> Emmanuel Engelhart <kelson@kiwix.org>

@ -6,6 +6,6 @@ kiwix-serve \- Kiwix HTTP Server
.SH DESCRIPTION .SH DESCRIPTION
Serves a ZIM file or a Kiwix library over HTTP for in-browser access. Serves a ZIM file or a Kiwix library over HTTP for in-browser access.
.SH SEE ALSO .SH SEE ALSO
kiwix(1) kiwix(1) kiwix-index(1) kiwix-install(1) kiwix-compact(1) kiwix-manage(1)
.SH AUTHOR .SH AUTHOR
Emmanuel Engelhart <kelson@kiwix.org> Emmanuel Engelhart <kelson@kiwix.org>

@ -20,7 +20,7 @@ Features:
* Tabs navigation * Tabs navigation
* Content manager * Content manager
.SH SEE ALSO .SH SEE ALSO
kiwix-serve(1) kiwix-index(1) kiwix-install(1) kiwix-serve(1) kiwix-compact(1) kiwix-manage(1)
.SH AUTHORS .SH AUTHORS
Emmanuel Engelhart <kelson@kiwix.org> Emmanuel Engelhart <kelson@kiwix.org>
Guillaume Duhamel <gduhamel@linterweb.com> Guillaume Duhamel <gduhamel@linterweb.com>

@ -1,2 +1,2 @@
templatedir=$(pkgdatadir)/static templatedir=${DESTDIR}$(pkgdatadir)/static
template_DATA=results.tmpl template_DATA=results.tmpl
Loading…
Cancel
Save