nearly distclean

This commit is contained in:
Marc Wäckerlin
2009-04-02 14:47:54 +00:00
parent 3a31e5f87a
commit 83b207fd0f
4 changed files with 16 additions and 8 deletions

View File

@@ -35,13 +35,13 @@ MAINTAINERCLEANFILES = makefile.in
distclean-local:
- rm -r html latex
dist-hook:
cp html/* ${develdir}
dist-hook: html
cp -r html ${distdir}/
install-data-hook:
chmod -R u+w ${develdir}
cp html/* ${develdir}
uninstall-hook:
chmod -R u+w ${develdir}
rm -rf ${develdir}
#uninstall-hook:
# chmod -R u+w ${develdir}
# rm -rf ${develdir}