diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-09-05 01:00:09 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-09-05 01:00:09 +0000 |
commit | 1162b027d262192aafcbc3ae596a916490ee1a78 (patch) | |
tree | 6a26a523dfaca7abecc37e4713fda714ac2f7b84 /tools/export.sh | |
parent | cbbe65c4460403aa98265db3b4a99e5c75883466 (diff) | |
download | bcfg2-1162b027d262192aafcbc3ae596a916490ee1a78.tar.gz bcfg2-1162b027d262192aafcbc3ae596a916490ee1a78.tar.bz2 bcfg2-1162b027d262192aafcbc3ae596a916490ee1a78.zip |
Add all target to doc Makefile
Change the build system to build html docs as well
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2198 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'tools/export.sh')
-rwxr-xr-x | tools/export.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/export.sh b/tools/export.sh index 5d0db628a..16fcda6f8 100755 --- a/tools/export.sh +++ b/tools/export.sh @@ -14,7 +14,7 @@ tagstr=`echo ${version} | sed -e 's/\./_/g'` svn copy "${repo}/trunk" "${repo}/tags/${name}_${tagstr}" -m "tagged ${version} release" svn export . "${expath}" svn log -v "${repo}/tags/${name}_${tagstr}" > "${expath}/ChangeLog" -cd "${expath}"/doc && make manual.pdf +cd "${expath}"/doc && make all cd /tmp tar czf "${tarname}" "${name}-${version}" |