-c catalog switch no longer needed if gnome-doc-tools are properly installed
svn: r890
This commit is contained in:
parent
fa99d557a9
commit
b232c1c177
@ -6,7 +6,7 @@ MANDIR = ${EG}
|
|||||||
all: ${MANDIR}/index.html
|
all: ${MANDIR}/index.html
|
||||||
|
|
||||||
${MANDIR}/index.html: ${MANSRC}
|
${MANDIR}/index.html: ${MANSRC}
|
||||||
db2html -c catalog ${MANSRC} -o ${MANDIR}
|
db2html ${MANSRC} -o ${MANDIR}
|
||||||
|
|
||||||
install:
|
install:
|
||||||
-${INSTALL} -d ${GNOMEHELP}/${EG}/C
|
-${INSTALL} -d ${GNOMEHELP}/${EG}/C
|
||||||
|
Loading…
Reference in New Issue
Block a user