mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-04 19:31:34 +00:00
define rule for man section 5
This commit is contained in:
parent
e05ef43e51
commit
c6acbdb73f
@ -134,6 +134,9 @@ if type docbook-to-man > /dev/null 2>&1
|
|||||||
then
|
then
|
||||||
cat <<!EOF
|
cat <<!EOF
|
||||||
|
|
||||||
|
%.5: %.sgml
|
||||||
|
docbook-to-man \$< > \$@
|
||||||
|
|
||||||
%.8: %.sgml
|
%.8: %.sgml
|
||||||
docbook-to-man \$< > \$@
|
docbook-to-man \$< > \$@
|
||||||
!EOF
|
!EOF
|
||||||
@ -142,11 +145,17 @@ if type docbook2man > /dev/null 2>&1
|
|||||||
then
|
then
|
||||||
cat <<!EOF
|
cat <<!EOF
|
||||||
|
|
||||||
|
%.5: %.sgml
|
||||||
|
docbook2man \$<
|
||||||
|
|
||||||
%.8: %.sgml
|
%.8: %.sgml
|
||||||
docbook2man \$<
|
docbook2man \$<
|
||||||
!EOF
|
!EOF
|
||||||
else
|
else
|
||||||
|
|
||||||
|
%.5: %.sgml
|
||||||
|
echo "Missing tools to generate \$@ from \$<"
|
||||||
|
|
||||||
%.8: %.sgml
|
%.8: %.sgml
|
||||||
echo "Missing tools to generate \$@ from \$<"
|
echo "Missing tools to generate \$@ from \$<"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user