From 3f4a67ccb8645f6efcfb76e76d2c7db2a5cd0bca Mon Sep 17 00:00:00 2001 From: reg_ Date: Mon, 4 Jun 2012 11:38:35 +0000 Subject: [PATCH] removed dependencies from dist --- src/Makefile.am.alt | 4 +--- src/man/kiwix-compact.1 | 2 +- src/man/kiwix-serve.1 | 2 +- src/man/kiwix.1 | 2 +- static/Makefile.am.alt | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/Makefile.am.alt b/src/Makefile.am.alt index 994dddd..24e397b 100644 --- a/src/Makefile.am.alt +++ b/src/Makefile.am.alt @@ -30,6 +30,4 @@ endif if WITH_LAUNCHER SUBDIRS += launcher -endif - -EXTRA_DIST = dependencies \ No newline at end of file +endif \ No newline at end of file diff --git a/src/man/kiwix-compact.1 b/src/man/kiwix-compact.1 index 7526bb8..3572a64 100644 --- a/src/man/kiwix-compact.1 +++ b/src/man/kiwix-compact.1 @@ -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 \ No newline at end of file diff --git a/src/man/kiwix-serve.1 b/src/man/kiwix-serve.1 index 9554af4..7e91bf6 100644 --- a/src/man/kiwix-serve.1 +++ b/src/man/kiwix-serve.1 @@ -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 \ No newline at end of file diff --git a/src/man/kiwix.1 b/src/man/kiwix.1 index 2289813..f93bd27 100644 --- a/src/man/kiwix.1 +++ b/src/man/kiwix.1 @@ -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 Guillaume Duhamel diff --git a/static/Makefile.am.alt b/static/Makefile.am.alt index ec19613..f537736 100644 --- a/static/Makefile.am.alt +++ b/static/Makefile.am.alt @@ -1,2 +1,2 @@ -templatedir=$(pkgdatadir)/static +templatedir=${DESTDIR}$(pkgdatadir)/static template_DATA=results.tmpl \ No newline at end of file