Donald A. Peterson 8c822852ab New makefile structure
svn: r878
2002-03-30 03:41:34 +00:00

20 lines
355 B
Makefile

include @top_srcdir@/Makefile.comm
MANSRC = ${EG}.sgml
MANDIR = ${EG}
all: ${MANDIR}/index.html
${MANDIR}/index.html: ${MANSRC}
db2html -c catalog ${MANSRC} -o ${MANDIR}
install:
-${INSTALL} -d ${GNOMEHELP}/${EG}/C
-${INSTALL} ${EG}/*.html ${GNOMEHELP}/${EG}/C
uninstall:
-rm -f ${GNOMEHELP}/${EG}/C/*.html
-rmdir ${GNOMEHELP}/${EG}/C/
clean: