aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Garcia Ballester <giga@le-pec.org>2006-12-06 16:11:45 +0000
committerJean-Philippe Garcia Ballester <giga@le-pec.org>2006-12-06 16:11:45 +0000
commitd284f7ad7b2f8d9bfe48dffbaa6263565686f9b2 (patch)
treed4bac44da62471baf6eac4bc16c4d4d31be4c2d1
parentcd6af562276379606b79d408e99a3038df65dde5 (diff)
downloadlibssh-d284f7ad7b2f8d9bfe48dffbaa6263565686f9b2.tar.gz
libssh-d284f7ad7b2f8d9bfe48dffbaa6263565686f9b2.tar.xz
libssh-d284f7ad7b2f8d9bfe48dffbaa6263565686f9b2.zip
Copy Doxyfile in dist target.
Should it call doxygen and copy the generated documentation ? git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@87 7dcaeef0-15fb-0310-b436-a5af3365683c
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cd286cbd..5182a8f2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -65,7 +65,7 @@ dist:
include/libssh/priv.h include/libssh/crypto.h \
include/libssh/ssh1.h include/libssh/ssh2.h \
include/libssh/server.h $(DISTLIB)/include/libssh/
- cp *.c COPYING README AUTHORS CHANGELOG $(DISTLIB)/
+ cp *.c COPYING README AUTHORS CHANGELOG Doxyfile $(DISTLIB)/
cp doc/* $(DISTLIB)/doc/
tar czf $(DISTLIB).tgz $(DISTLIB)/