summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-11-14 15:20:32 +0000
committerChristian Pointner <equinox@anytun.org>2009-11-14 15:20:32 +0000
commit6b9625464ab349ef6d4277e01cf5a36482700f67 (patch)
treeac74300ec2cfdfc01f62f3e3e2ed00653f9d2f86 /src/Makefile
parentexample configs get installed in examples directory now (diff)
small fix at configure
no gzip on manpages at make install
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 1c9c1ef..b83e0c6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -138,13 +138,12 @@ install-examples:
install-man: manpage
$(INSTALL) -d $(DESTDIR)$(MANDIR)/man8/
$(INSTALL) -m 644 ../doc/uanytun.8 $(DESTDIR)$(MANDIR)/man8/$(EXECUTABLE).8
- gzip $(DESTDIR)$(MANDIR)/man8/$(EXECUTABLE).8
uninstall: remove
remove:
rm -f $(DESTDIR)$(SBINDIR)/$(EXECUTABLE)
- rm -f $(DESTDIR)$(MANDIR)/man8/$(EXECUTABLE).8.gz
+ rm -f $(DESTDIR)$(MANDIR)/man8/$(EXECUTABLE).8
rm -f $(DESTDIR)$(ETCDIR)/init.d/$(EXECUTABLE)
rm -rf $(DESTDIR)$(EXAMPLESDIR)/$(EXECUTABLE)/