Armin K. wrote:
> In the install command,
>
> mkdir -pv /usr/share/doc/groff-1.22/pdf
> make install
>
> The mkdir is not necessarry. make install output has:
>
>
>
> test -d /usr/share/doc/groff-1.22.2/pdf \
>|| /bin/sh /sources/groff-1.22.2/mkinstalldirs
> /usr/share/doc/groff-1.22.2/pdf
> mk
In the install command,
mkdir -pv /usr/share/doc/groff-1.22/pdf
make install
The mkdir is not necessarry. make install output has:
test -d /usr/share/doc/groff-1.22.2/pdf \
|| /bin/sh /sources/groff-1.22.2/mkinstalldirs
/usr/share/doc/groff-1.22.2/pdf
mkdir -p -- /usr/share/doc/groff-1.22.2/