* nero/builddoc.sh :

- Bug : dans les Makefile.am, seule l'install-hook doit utiliser
       DESTDIR.
This commit is contained in:
Jean-Paul Chaput 2002-10-13 17:33:28 +00:00
parent 8abbe9ea6e
commit b7a56aacda
5 changed files with 6 additions and 8 deletions

View File

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

View File

@ -75,7 +75,7 @@
DOC_AM="Makefile.am-doc"
echo "" > $DOC_AM
echo "" >> $DOC_AM
echo "pkghtmldir = \$(DESTDIR)\$(prefix)/doc/html/@PACKAGE@" >> $DOC_AM
echo "pkghtmldir = \$(prefix)/doc/html/@PACKAGE@" >> $DOC_AM
echo "pkghtml_DATA = \\" >> $DOC_AM
FILE_LIST=`(cd $TOOL; find . -name \*.html -exec echo {} \;)`
set $FILE_LIST
@ -109,7 +109,7 @@
echo "" > $DOC_AM
echo "SUBDIRS = $TOOL" >> $DOC_AM
echo "" >> $DOC_AM
echo "pdfdir = \$(DESTDIR)\$(prefix)/doc/pdf" >> $DOC_AM
echo "pdfdir = \$(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,13 +1,11 @@
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
.TH "NERO" "1" "09 October 2002" "ASIM/LIP6" "Alliance - nero User's Manual"
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
.TH "NERO" "1" "13 October 2002" "ASIM/LIP6" "Alliance - nero User's Manual"
.SH NAME
nero \- Negotiating Router
.SH SYNOPSIS
.sp
\fBnero\fR [ \fB-h\fR ] [ \fB-v\fR ] [ \fB-V\fR ] [ \fB-c\fR ] [ \fB-2\fR ] [ \fB-3\fR ] [ \fB-4\fR ] [ \fB-5\fR ] [ \fB-6\fR ] [ \fB-L\fR ] [ \fB-G\fR ]
[ \fB--help\fR ] [ \fB--verbose\fR ] [ \fB--very-verbose\fR ] [ \fB--core-dump\fR ] [ \fB--local\fR ] [ \fB--global\fR ]
[ \fB--place \fIplacement\fB\fR ] \fB\fInetlist\fB\fR \fB\fIlayout\fB\fR
.SH "DESCRIPTION"
.PP

Binary file not shown.

View File

@ -1,6 +1,6 @@
pkghtmldir = $(DESTDIR)$(prefix)/doc/html/@PACKAGE@
pkghtmldir = $(prefix)/doc/html/@PACKAGE@
pkghtml_DATA = \
./nero.html \
./ref_nero.html \