summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-20 15:13:48 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-20 15:13:48 +0200
commite794c81cd5faf73335cb58038539c1b24719d9d9 (patch)
tree884480226343be0bd727ac41ad617edb765aae12 /Makefile
parenta9f4cb486a76f9369386b3750c8571304f4503c6 (diff)
downloadpgfuse-e794c81cd5faf73335cb58038539c1b24719d9d9.tar.gz
pgfuse-e794c81cd5faf73335cb58038539c1b24719d9d9.tar.bz2
fixed docu and install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 431344e..3fd0c64 100644
--- a/Makefile
+++ b/Makefile
@@ -123,6 +123,10 @@ install: all
cp pgfuse "$(bindir)"
test -d "$(datadir)/man/man1" || mkdir -p "$(datadir)/man/man1"
cp pgfuse.1 "$(datadir)/man/man1"
+ gzip "$(datadir)/man/man1/pgfuse.1"
+ test -d "$(datadir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)" || \
+ mkdir -p "$(datadir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)"
+ cp schema.sql "$(datadir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)"
dist:
rm -rf /tmp/$(PACKAGE_NAME)-$(PACKAGE_VERSION)