mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
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:
@@ -65,7 +65,7 @@ dist:
|
|||||||
include/libssh/priv.h include/libssh/crypto.h \
|
include/libssh/priv.h include/libssh/crypto.h \
|
||||||
include/libssh/ssh1.h include/libssh/ssh2.h \
|
include/libssh/ssh1.h include/libssh/ssh2.h \
|
||||||
include/libssh/server.h $(DISTLIB)/include/libssh/
|
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/
|
cp doc/* $(DISTLIB)/doc/
|
||||||
tar czf $(DISTLIB).tgz $(DISTLIB)/
|
tar czf $(DISTLIB).tgz $(DISTLIB)/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user