Set proper bits upon INSTALL

svn: r904
This commit is contained in:
Donald A. Peterson 2002-04-09 15:51:56 +00:00
parent 133765914e
commit 531bea65d9
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ ${MANDIR}/index.html: ${MANSRC}
install:
-${INSTALL} -d ${GNOMEHELP}/${EG}/C
-${INSTALL} ${EG}/*.html ${GNOMEHELP}/${EG}/C
-${INSTALL} -m 644 ${EG}/*.html ${GNOMEHELP}/${EG}/C
uninstall:
-rm -f ${GNOMEHELP}/${EG}/C/*.html

View File

@ -15,8 +15,8 @@ ${MANDIR}/index.html: ${MANSRC}
install:
-${INSTALL} -d ${GNOMEHELP}/${GM}/C
-${INSTALL} ${GM}/*.html ${GNOMEHELP}/${GM}/C
-${INSTALL} ${GM}/*.png ${GNOMEHELP}/${GM}/C
-${INSTALL} -m 644 ${GM}/*.html ${GNOMEHELP}/${GM}/C
-${INSTALL} -m 644 ${GM}/*.png ${GNOMEHELP}/${GM}/C
uninstall:
-rm -f ${GNOMEHELP}/${GM}/C/*.html