new LAM manual

This commit is contained in:
Roland Gruber 2009-11-07 18:38:19 +00:00
parent 74aa6b084d
commit b2b9002e0e
4 changed files with 13 additions and 13 deletions

View File

@ -77,10 +77,13 @@ chown %{lam_uid}.%{lam_gid} -R $RPM_BUILD_ROOT%{httpd_rootdir}/%{lam_dir}/sess
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc docs/*txt COPYING HISTORY INSTALL README VERSION %doc COPYING HISTORY README docs
%{httpd_rootdir}/%{lam_dir} %{httpd_rootdir}/%{lam_dir}
%changelog %changelog
* Sat Nov 07 2009 - Roland Gruber post@rolandgruber.de
- Added LAM manuals
* Sat Jul 26 2008 - Roland Gruber post@rolandgruber.de * Sat Jul 26 2008 - Roland Gruber post@rolandgruber.de
- Added subpackage for lamdaemon - Added subpackage for lamdaemon

View File

@ -34,18 +34,9 @@ top_builddir = .
HTTPD_USER = @HTTPD_USER@ HTTPD_USER = @HTTPD_USER@
HTTPD_GROUP = @HTTPD_GROUP@ HTTPD_GROUP = @HTTPD_GROUP@
#INSTALL_PROGRAM = $(INSTALL) DOCS = COPYING HISTORY README copyright
#INSTALL_DATA = $(INSTALL) -m 644
#INSTALL_SCRIPT = $(INSTALL) -m 755
DOCS = COPYING HISTORY INSTALL README copyright \ HTML_DOCS = docs
docs/README.Kolab.txt docs/README.fpdf.htm \
docs/README.hosts.txt docs/README.lamdaemon.txt \
docs/README.openldap.txt docs/README.schema.txt \
docs/README.security.txt docs/README.upgrade.txt \
docs/schema/dhcp.schema
HTML_DOCS = docs/devel
LIST1 = graphics help index.html lib locale style templates VERSION LIST1 = graphics help index.html lib locale style templates VERSION
LIST2 = sess tmp LIST2 = sess tmp

View File

@ -26,6 +26,12 @@ rm lam/lib/font/*.ttf
find . -name .cvsignore -exec rm {} \; find . -name .cvsignore -exec rm {} \;
mv lam ldap-account-manager-$VERSION mv lam ldap-account-manager-$VERSION
# create LAM manual
cd ldap-account-manager-$VERSION/docs/manual-sources
./make.sh
cd ../../..
rm -r ldap-account-manager-$VERSION/docs/manual-sources
# create LAM Pro documentation # create LAM Pro documentation
cd lamPro/docs/LAMProHowTo-sources cd lamPro/docs/LAMProHowTo-sources
./make.sh ./make.sh

View File

@ -1,2 +1,2 @@
docs/README.lamdaemon.txt docs/