summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorjoye <joye>2013-09-13 18:06:56 (GMT)
committerjoye <joye>2013-09-13 18:06:56 (GMT)
commit6cb73e42988be5a1c39c6cac6d5c839101e3a12c (patch)
treee40394480084f4fe7bf6e8ebbe0768d58d1bd180 /Makefile.in
parent2b81ef659a7e0b2529a50049551808866f282b29 (diff)
downloadblt-6cb73e42988be5a1c39c6cac6d5c839101e3a12c.zip
blt-6cb73e42988be5a1c39c6cac6d5c839101e3a12c.tar.gz
blt-6cb73e42988be5a1c39c6cac6d5c839101e3a12c.tar.bz2
*** empty log message ***
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e4d16a83..8a3c0af 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -231,7 +231,7 @@ install-libraries: libraries
install-doc: doc
@$(INSTALL_DATA_DIR) $(DESTDIR)$(mandir)/mann
@echo "Installing documentation in $(DESTDIR)$(mandir)"
- @list='$(srcdir)/doc/*.n'; for i in $$list; do \
+ @list='$(srcdir)/../doc/*.n'; for i in $$list; do \
echo "Installing $$i"; \
$(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/mann ; \
done