summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorwicked <>2003-02-17 08:59:49 +0000
committerwicked <>2003-02-17 08:59:49 +0000
commit64c5c684a45fd9b4cfd09519b90d206d37c12876 (patch)
treefd3bec5119122c470084abdd36d10f2ee08780e3 /Makefile
parenta2e694e3ee20e334532bd5e6643d307c776694f0 (diff)
don't install manpage when it's not being created
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f47d28..e4126ec 100755
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ install: vchat-client vchat-keygen vchatrc.ex
43 install -d $(DESTDIR)$(PREFIX)/share/man/man1 43 install -d $(DESTDIR)$(PREFIX)/share/man/man1
44 install -m 0755 ./vchat-client $(DESTDIR)$(PREFIX)/bin 44 install -m 0755 ./vchat-client $(DESTDIR)$(PREFIX)/bin
45 install -m 0755 ./vchat-keygen $(DESTDIR)$(PREFIX)/bin 45 install -m 0755 ./vchat-keygen $(DESTDIR)$(PREFIX)/bin
46 install -m 0644 ./vchat-client.1 $(DESTDIR)$(PREFIX)/share/man/man1 46# install -m 0644 ./vchat-client.1 $(DESTDIR)$(PREFIX)/share/man/man1
47 install -m 0644 ./vchatrc.ex $(DESTDIR)/etc/vchatrc 47 install -m 0644 ./vchatrc.ex $(DESTDIR)/etc/vchatrc
48 48
49 49