* attila/doc :

- Prise en compte de DESTDIR dans les Makefile.am generes par
       builddoc.sh.
This commit is contained in:
Jean-Paul Chaput 2002-10-09 19:37:50 +00:00
parent 181d312d2f
commit 3eda2eb986
5 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
SUBDIRS = attila man1
SUBDIRS = attila
pdfdir = $(prefix)/doc/pdf
pdfdir = $(DESTDIR)$(prefix)/doc/pdf
pdf_DATA = attila.pdf
EXTRA_DIST = $(pdf_DATA) \

Binary file not shown.

View File

@ -1,6 +1,6 @@
pkghtmldir = $(prefix)/doc/html/@PACKAGE@
pkghtmldir = $(DESTDIR)$(prefix)/doc/html/@PACKAGE@
pkghtml_DATA = \
./attila.html \
./ref_attila.html \
@ -9,4 +9,4 @@ pkghtml_DATA = \
EXTRA_DIST = $(pkghtml_DATA)
install-data-hook:
chmod -R g+w $(prefix)/doc/html/@PACKAGE@
chmod -R g+w $(DESTDIR)$(prefix)/doc/html/@PACKAGE@

View File

@ -75,7 +75,7 @@
DOC_AM="Makefile.am-doc"
echo "" > $DOC_AM
echo "" >> $DOC_AM
echo "pkghtmldir = \$(prefix)/doc/html/@PACKAGE@" >> $DOC_AM
echo "pkghtmldir = \$(DESTDIR)\$(prefix)/doc/html/@PACKAGE@" >> $DOC_AM
echo "pkghtml_DATA = \\" >> $DOC_AM
FILE_LIST=`(cd $TOOL; find . -name \*.html -exec echo {} \;)`
set $FILE_LIST
@ -89,7 +89,7 @@
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
echo " chmod -R g+w \$(DESTDIR)\$(prefix)/doc/html/@PACKAGE@" >> $DOC_AM
mv $DOC_AM $TOOL/Makefile.am
@ -109,7 +109,7 @@
echo "" > $DOC_AM
echo "SUBDIRS = $TOOL" >> $DOC_AM
echo "" >> $DOC_AM
echo "pdfdir = \$(prefix)/doc/pdf" >> $DOC_AM
echo "pdfdir = \$(DESTDIR)\$(prefix)/doc/pdf" >> $DOC_AM
echo "pdf_DATA = $TOOL.pdf" >> $DOC_AM
echo "" >> $DOC_AM
echo "EXTRA_DIST = \$(pdf_DATA) \\" >> $DOC_AM

View File

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