13 lines
447 B
Text
13 lines
447 B
Text
|
--- docs/Makefile.in.orig Mon Feb 6 09:53:59 2012
|
||
|
+++ docs/Makefile.in Sat Feb 18 16:03:17 2012
|
||
|
@@ -327,8 +327,7 @@ uninstall-am:
|
||
|
|
||
|
install:
|
||
|
$(mkinstalldirs) $(DESTDIR)$(mandir)/man1
|
||
|
- $(INSTALL_DATA) $(top_srcdir)/docs/$(PACKAGE).1 $(DESTDIR)$(mandir)/man1
|
||
|
- gzip -f $(DESTDIR)$(mandir)/man1/$(PACKAGE).1
|
||
|
+ $(INSTALL_DATA) $(top_builddir)/docs/$(PACKAGE).1 $(DESTDIR)$(mandir)/man1
|
||
|
|
||
|
uninstall:
|
||
|
rm $(DESTDIR)$(mandir)/man1/$(PACKAGE).1.gz
|