wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wget-dev] wget2 | Question : How to build the manual of wget2 ? (#4


From: Seb M
Subject: Re: [Wget-dev] wget2 | Question : How to build the manual of wget2 ? (#429)
Date: Wed, 10 Apr 2019 11:47:04 +0000



@rockdaboot No, apparently the normal `make` does not, we have to explicitly 
invoke `make -C docs` : 

```bash
$ make | tail
remake[2]: Entering directory `/home/sebastien/src/wget2/fuzz'
remake[2]: Nothing to be done for `all'.
remake[2]: Leaving directory `/home/sebastien/src/wget2/fuzz'
Making all in unit-tests
remake[2]: Entering directory `/home/sebastien/src/wget2/unit-tests'
remake[2]: Nothing to be done for `all'.
remake[2]: Leaving directory `/home/sebastien/src/wget2/unit-tests'
remake[2]: Entering directory `/home/sebastien/src/wget2'
remake[2]: Leaving directory `/home/sebastien/src/wget2'
remake[1]: Leaving directory `/home/sebastien/src/wget2'
$ find . -name "wget2.1*"
$ make docs
remake: Nothing to be done for `docs'.
$ make -C docs
remake: Entering directory `/home/sebastien/src/wget2/docs'
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
mkdir -p ./man/man1
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
PANDOC=pandoc sh ./wget2_md2man.sh ./wget2.md ./man/man1/wget2.1
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
pandoc -s -f markdown -t texinfo -o ./wget2.texi ./wget2.md
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
/bin/bash /home/sebastien/src/wget2/build-aux/missing makeinfo --force -o 
./wget2.info ./wget2.texi
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
./wget2.texi:30: @ref reference to nonexistent node `#Name'
./wget2.texi:32: @ref reference to nonexistent node `#Synopsis'
./wget2.texi:34: @ref reference to nonexistent node `#Description'
./wget2.texi:36: @ref reference to nonexistent node `#Options'
./wget2.texi:38: @ref reference to nonexistent node `#Option%20Syntax'
./wget2.texi:40: @ref reference to nonexistent node `#Basic%20Startup%20Options'
./wget2.texi:42: @ref reference to nonexistent node 
`#Logging%20and%20Input%20File%20Options'
./wget2.texi:44: @ref reference to nonexistent node `#Download%20Options'
./wget2.texi:46: @ref reference to nonexistent node `#Directory%20Options'
./wget2.texi:48: @ref reference to nonexistent node `#HTTP%20Options'
./wget2.texi:50: @ref reference to nonexistent node `#HTTPS%20Options'
./wget2.texi:52: @ref reference to nonexistent node 
`#Recursive%20Retrieval%20Options'
./wget2.texi:54: @ref reference to nonexistent node 
`#Recursive%20Accept/Reject%20Options'
./wget2.texi:56: @ref reference to nonexistent node `#Plugin%20Options'
./wget2.texi:58: @ref reference to nonexistent node `#Environment'
./wget2.texi:60: @ref reference to nonexistent node `#Exit%20Status'
./wget2.texi:62: @ref reference to nonexistent node `#Startup%20File'
./wget2.texi:64: @ref reference to nonexistent node `#Bugs'
./wget2.texi:66: @ref reference to nonexistent node `#See%20Also'
./wget2.texi:68: @ref reference to nonexistent node `#Author'
./wget2.texi:70: @ref reference to nonexistent node `#Copyright'
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
echo > wget2.stamp
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
remake: Leaving directory `/home/sebastien/src/wget2/docs'
$ find . -name "wget2.1*"
./docs/man/man1/wget2.1
```

Can you please update your Makefile generation ?

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/issues/429#note_159360660
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]