MANIFEST update + Makefile target

This commit is contained in:
Xavier Guimard 2010-01-23 12:48:18 +00:00
parent 8a4e23f6a5
commit b87c0a520b
4 changed files with 23 additions and 0 deletions

View File

@ -128,6 +128,7 @@ all: configure common handler manager portal
#
# Perl libraries configuration
#
configure: common_conf handler_conf portal_conf manager_conf
common_conf:
@ -449,6 +450,14 @@ debian-dist: dist
zip-dist:
$(MAKE) dist "COMPRESS=zip -r" COMPRESSSUFFIX=zip
manifest: configure
@for i in ${SRCCOMMONDIR} ${SRCHANDLERDIR} ${SRCPORTALDIR} ${SRCMANAGERDIR}; do \
cd $$i; \
make manifest; \
rm -vf MANIFEST.*; \
cd -; \
done
cpan: clean configure common_cpan handler_cpan portal_cpan manager_cpan
@for i in Common Portal Handler Manager; do \
$(UNCOMPRESS) Lemonldap-NG-$$i-*.$(COMPRESSSUFFIX) \

View File

@ -14,6 +14,7 @@ lib/Lemonldap/NG/Common/Conf/DBI.pm
lib/Lemonldap/NG/Common/Conf/File.pm
lib/Lemonldap/NG/Common/Conf/LDAP.pm
lib/Lemonldap/NG/Common/Conf/RDBI.pm
lib/Lemonldap/NG/Common/Conf/SAML/Metadata.pm
lib/Lemonldap/NG/Common/Conf/Serializer.pm
lib/Lemonldap/NG/Common/Conf/SOAP.pm
lib/Lemonldap/NG/Common/Crypto.pm

View File

@ -33,6 +33,9 @@ example/mrtg/lmng-mrtg
example/mrtg/mrtg.cfg.example
example/scripts/lmConfigEditor
example/sessions.pl
example/skins/default/accordion.css
example/skins/default/application_side_list.png
example/skins/default/application_side_tree.png
example/skins/default/arrow_refresh.png
example/skins/default/collapsable-last.gif
example/skins/default/collapsable.gif
@ -61,6 +64,7 @@ example/skins/default/images/ui-icons_ffffff_256x240.png
example/skins/default/jquery-1.3.2.min.js
example/skins/default/jquery-ui-1.7.2.custom.css
example/skins/default/jquery-ui-1.7.2.custom.min.js
example/skins/default/jquery.cookie.js
example/skins/default/leaf-last.gif
example/skins/default/leaf.gif
example/skins/default/lemonldap-ng.ico
@ -79,6 +83,7 @@ example/skins/default/plus.gif
example/skins/default/root.gif
example/skins/default/spacer.gif
example/skins/default/spinner.gif
example/skins/default/tree.css
example/skins/default/tree.js
example/skins/default/tree_line.gif
example/skins/default/vframe.png

View File

@ -41,6 +41,7 @@ example/error.pl
example/index.pl
example/index_simple.pl
example/index_skin.pl
example/mail.pl
example/PortalStatus.pl
example/scripts/buildPortalWSDL
example/scripts/purgeCentralCache
@ -56,7 +57,12 @@ example/skins/common/favicon.ico
example/skins/common/jquery-1.3.2.min.js
example/skins/common/jquery-ui-1.7.2.custom.min.js
example/skins/common/key.png
example/skins/common/mail_confirm.tpl
example/skins/common/mail_footer.tpl
example/skins/common/mail_header.tpl
example/skins/common/mail_password.tpl
example/skins/common/ok.png
example/skins/common/portal.js
example/skins/common/stop.png
example/skins/common/user_suit.png
example/skins/common/valid-xhtml10-blue.png
@ -72,6 +78,7 @@ example/skins/pastel/header.tpl
example/skins/pastel/info.tpl
example/skins/pastel/lock.png
example/skins/pastel/login.tpl
example/skins/pastel/mail.tpl
example/skins/pastel/menu.tpl
example/skins/pastel/notification.tpl
example/skins/pastel/password.tpl
@ -101,6 +108,7 @@ lib/Lemonldap/NG/Portal/AuthSSL.pm
lib/Lemonldap/NG/Portal/CDA.pm
lib/Lemonldap/NG/Portal/IssuerDBNull.pm
lib/Lemonldap/NG/Portal/IssuerDBSAML.pm
lib/Lemonldap/NG/Portal/MailReset.pm
lib/Lemonldap/NG/Portal/Menu.pm
lib/Lemonldap/NG/Portal/Notification.pm
lib/Lemonldap/NG/Portal/Notification/DBI.pm