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
This commit is contained in:
Jean-Philippe Garcia Ballester
2006-12-06 16:11:45 +00:00
parent cd6af56227
commit d284f7ad7b

View File

@@ -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)/