mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-24 21:06:42 -04:00
removed dependencies from dist
This commit is contained in:
parent
755b9f6779
commit
3f4a67ccb8
@ -30,6 +30,4 @@ endif
|
||||
|
||||
if WITH_LAUNCHER
|
||||
SUBDIRS += launcher
|
||||
endif
|
||||
|
||||
EXTRA_DIST = dependencies
|
||||
endif
|
@ -6,6 +6,6 @@ kiwix-compact \- ZIM index compacter
|
||||
.SH DESCRIPTION
|
||||
Compacts ZIM files used by Kiwix using xapian-compact
|
||||
.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
|
||||
Emmanuel Engelhart <kelson@kiwix.org>
|
@ -6,6 +6,6 @@ kiwix-serve \- Kiwix HTTP Server
|
||||
.SH DESCRIPTION
|
||||
Serves a ZIM file or a Kiwix library over HTTP for in-browser access.
|
||||
.SH SEE ALSO
|
||||
kiwix(1)
|
||||
kiwix(1) kiwix-index(1) kiwix-install(1) kiwix-compact(1) kiwix-manage(1)
|
||||
.SH AUTHOR
|
||||
Emmanuel Engelhart <kelson@kiwix.org>
|
@ -20,7 +20,7 @@ Features:
|
||||
* Tabs navigation
|
||||
* Content manager
|
||||
.SH SEE ALSO
|
||||
kiwix-serve(1)
|
||||
kiwix-index(1) kiwix-install(1) kiwix-serve(1) kiwix-compact(1) kiwix-manage(1)
|
||||
.SH AUTHORS
|
||||
Emmanuel Engelhart <kelson@kiwix.org>
|
||||
Guillaume Duhamel <gduhamel@linterweb.com>
|
||||
|
@ -1,2 +1,2 @@
|
||||
templatedir=$(pkgdatadir)/static
|
||||
templatedir=${DESTDIR}$(pkgdatadir)/static
|
||||
template_DATA=results.tmpl
|
Loading…
x
Reference in New Issue
Block a user