* attila/src/Makefile.am,

attila/doc/builddoc.sh :
   - Ajout d'un install-data-hook pour changer les droits apres instal-
       lation en ajoutant g+w (pour que d'autre puissent reinstaller par
       derriere, quoique pour attila il vaut peut-etre mieux pas).
   - Toujours ce probleme de droits sur les repertoires nouvellement
       crees dans l'arbre d'installation : ne sont pas ws pour le groupe.
This commit is contained in:
Jean-Paul Chaput 2002-10-02 18:15:01 +00:00
parent d2cc9d8bf2
commit 03db981357
5 changed files with 13 additions and 2 deletions

Binary file not shown.

View File

@ -7,3 +7,6 @@ pkghtml_DATA = \
./man_attila.html
EXTRA_DIST = $(pkghtml_DATA)
install-data-hook:
chmod -R g+w $(prefix)/doc/html/@PACKAGE@

View File

@ -87,6 +87,11 @@
done
echo "" >> $DOC_AM
echo "EXTRA_DIST = \$(pkghtml_DATA)" >> $DOC_AM
echo "" >> $DOC_AM
echo "install-data-hook:" >> $DOC_AM
echo " chmod -R g+w \$(prefix)/doc/html/@PACKAGE@" >> $DOC_AM
mv $DOC_AM $TOOL/Makefile.am
if [ -d ./CVS-$TOOL ]; then

View File

@ -1,5 +1,5 @@
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
.TH "ATTILA" "1" "01 October 2002" "ASIM/LIP6" "Alliance - attila User's Manual"
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
.TH "ATTILA" "1" "02 October 2002" "ASIM/LIP6" "Alliance - attila User's Manual"
.SH NAME
attila \- A Tool Installer
.SH SYNOPSIS

View File

@ -8,3 +8,6 @@ attila : ${srcdir}/attila.sh
chmod a+x $@
EXTRA_DIST = attila.sh
install-exec-hook:
chmod g+w ${bindir}/attila