* attila/doc :
- Prise en compte de DESTDIR dans les Makefile.am generes par builddoc.sh.
This commit is contained in:
parent
181d312d2f
commit
3eda2eb986
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
SUBDIRS = attila man1
|
SUBDIRS = attila
|
||||||
|
|
||||||
pdfdir = $(prefix)/doc/pdf
|
pdfdir = $(DESTDIR)$(prefix)/doc/pdf
|
||||||
pdf_DATA = attila.pdf
|
pdf_DATA = attila.pdf
|
||||||
|
|
||||||
EXTRA_DIST = $(pdf_DATA) \
|
EXTRA_DIST = $(pdf_DATA) \
|
||||||
|
|
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
|
|
||||||
pkghtmldir = $(prefix)/doc/html/@PACKAGE@
|
pkghtmldir = $(DESTDIR)$(prefix)/doc/html/@PACKAGE@
|
||||||
pkghtml_DATA = \
|
pkghtml_DATA = \
|
||||||
./attila.html \
|
./attila.html \
|
||||||
./ref_attila.html \
|
./ref_attila.html \
|
||||||
|
@ -9,4 +9,4 @@ pkghtml_DATA = \
|
||||||
EXTRA_DIST = $(pkghtml_DATA)
|
EXTRA_DIST = $(pkghtml_DATA)
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
chmod -R g+w $(prefix)/doc/html/@PACKAGE@
|
chmod -R g+w $(DESTDIR)$(prefix)/doc/html/@PACKAGE@
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
DOC_AM="Makefile.am-doc"
|
DOC_AM="Makefile.am-doc"
|
||||||
echo "" > $DOC_AM
|
echo "" > $DOC_AM
|
||||||
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
|
echo "pkghtml_DATA = \\" >> $DOC_AM
|
||||||
FILE_LIST=`(cd $TOOL; find . -name \*.html -exec echo {} \;)`
|
FILE_LIST=`(cd $TOOL; find . -name \*.html -exec echo {} \;)`
|
||||||
set $FILE_LIST
|
set $FILE_LIST
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
echo "EXTRA_DIST = \$(pkghtml_DATA)" >> $DOC_AM
|
echo "EXTRA_DIST = \$(pkghtml_DATA)" >> $DOC_AM
|
||||||
echo "" >> $DOC_AM
|
echo "" >> $DOC_AM
|
||||||
echo "install-data-hook:" >> $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
|
mv $DOC_AM $TOOL/Makefile.am
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
echo "" > $DOC_AM
|
echo "" > $DOC_AM
|
||||||
echo "SUBDIRS = $TOOL" >> $DOC_AM
|
echo "SUBDIRS = $TOOL" >> $DOC_AM
|
||||||
echo "" >> $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 "pdf_DATA = $TOOL.pdf" >> $DOC_AM
|
||||||
echo "" >> $DOC_AM
|
echo "" >> $DOC_AM
|
||||||
echo "EXTRA_DIST = \$(pdf_DATA) \\" >> $DOC_AM
|
echo "EXTRA_DIST = \$(pdf_DATA) \\" >> $DOC_AM
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
.\\" auto-generated by docbook2man-spec $Revision: 1.4 $
|
||||||
.TH "ATTILA" "1" "02 October 2002" "ASIM/LIP6" "Alliance - attila User's Manual"
|
.TH "ATTILA" "1" "09 October 2002" "ASIM/LIP6" "Alliance - attila User's Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
attila \- A Tool Installer
|
attila \- A Tool Installer
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
Loading…
Reference in New Issue