aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-04-16 22:25:37 +0000
committerRob Austein <sra@hactrn.net>2012-04-16 22:25:37 +0000
commit567a09782f8a90bbf2052c0be4bf490bc2db7b21 (patch)
treef24c2f8ef1a11c3ac5cb3e13817901ad716e82dd
parent2d26c4f5e632286cf6a75e20229f95fa799f5147 (diff)
Cleanup
svn path=/trunk/; revision=4425
-rw-r--r--rpkid/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/rpkid/Makefile.in b/rpkid/Makefile.in
index 5765257d..d7b9464c 100644
--- a/rpkid/Makefile.in
+++ b/rpkid/Makefile.in
@@ -93,7 +93,7 @@ rpki/sql_schemas.py: ${abs_top_srcdir}/buildtools/make-sql-schemas.py rpkid.sql
clean::
find . -type f -name '*.py[co]' -delete
cd tests; $(MAKE) $@
- rm -f ${SCRIPTS} ${AUX_SCRIPTS} ${SETTINGS}
+ rm -f ${SCRIPTS} ${AUX_SCRIPTS} ${SETTINGS} ${BUILD_SCRIPTS}
install::
${SETUP_PY} install --record installed
@@ -161,6 +161,8 @@ pdf: doc/pubd.pdf doc/rpkid.pdf doc/rpkid-bpki.pdf doc/pubd-bpki.pdf
docclean:
rm -rf doc/html doc/latex doc/xml
+ rm -f doc/*.eps doc/*.pdf doc/*.png
+ rm -f doc/pubd.dot doc/rpkid.dot
html: dot eps png
TZ='' IMAGE_PATH=${abs_builddir}/doc doxygen