diff options
author | 2009-10-14 15:14:01 +0100 | |
---|---|---|
committer | 2009-10-14 15:14:25 +0100 | |
commit | 4a87c6e9793486c94d9123110b12bd0c51bdd15e (patch) | |
tree | 6b2d42c4feba810bd7b824cc1a8288b7e8bcb487 /Makefile.am | |
parent | 62ac75677e819b3fadf4ca35b682b4f875b8395f (diff) | |
download | paludis-4a87c6e9793486c94d9123110b12bd0c51bdd15e.tar.gz paludis-4a87c6e9793486c94d9123110b12bd0c51bdd15e.tar.xz |
Fix distcheck. Maybe.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ff1052806..6f5fe6c82 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ htmldocs : documentation : doxygen epydoc htmldocs $(MAKE) -C doc $@ -check-local : +check-local : all touch $(top_builddir)/done-check install-data-local : |