new LAM manual
This commit is contained in:
parent
74aa6b084d
commit
b2b9002e0e
|
@ -77,10 +77,13 @@ chown %{lam_uid}.%{lam_gid} -R $RPM_BUILD_ROOT%{httpd_rootdir}/%{lam_dir}/sess
|
|||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc docs/*txt COPYING HISTORY INSTALL README VERSION
|
||||
%doc COPYING HISTORY README docs
|
||||
%{httpd_rootdir}/%{lam_dir}
|
||||
|
||||
%changelog
|
||||
* Sat Nov 07 2009 - Roland Gruber post@rolandgruber.de
|
||||
- Added LAM manuals
|
||||
|
||||
* Sat Jul 26 2008 - Roland Gruber post@rolandgruber.de
|
||||
- Added subpackage for lamdaemon
|
||||
|
||||
|
|
|
@ -34,18 +34,9 @@ top_builddir = .
|
|||
HTTPD_USER = @HTTPD_USER@
|
||||
HTTPD_GROUP = @HTTPD_GROUP@
|
||||
|
||||
#INSTALL_PROGRAM = $(INSTALL)
|
||||
#INSTALL_DATA = $(INSTALL) -m 644
|
||||
#INSTALL_SCRIPT = $(INSTALL) -m 755
|
||||
DOCS = COPYING HISTORY README copyright
|
||||
|
||||
DOCS = COPYING HISTORY INSTALL README copyright \
|
||||
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
|
||||
HTML_DOCS = docs
|
||||
|
||||
LIST1 = graphics help index.html lib locale style templates VERSION
|
||||
LIST2 = sess tmp
|
||||
|
|
|
@ -26,6 +26,12 @@ rm lam/lib/font/*.ttf
|
|||
find . -name .cvsignore -exec rm {} \;
|
||||
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
|
||||
cd lamPro/docs/LAMProHowTo-sources
|
||||
./make.sh
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
docs/README.lamdaemon.txt
|
||||
docs/
|
||||
|
||||
|
|
Loading…
Reference in New Issue