summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2010-09-15 22:04:36 +0400
committerAndrey Nazarov <skuller@skuller.net>2010-09-15 22:04:36 +0400
commitde41ad148d857184ead919fa488fd58cec5b1864 (patch)
tree08c13905373eddd7c98a78d6408b2a104ca0cdf8 /Makefile
parent3dfe9bd175195a35d639caa447082ca4643928ec (diff)
Moved wiki and README.lirc into ‘doc’ subdirectory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afd1a3c..24fb02c 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ strip:
done
docs:
- $(MAKE) -C wiki
+ $(MAKE) -C doc/wiki
tags:
ctags $(SRCDIR)/source/*.[ch] $(SRCDIR)/source/baseq2/*.[ch]