diff options
author | Rob Austein <sra@hactrn.net> | 2010-04-17 15:55:02 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-04-17 15:55:02 +0000 |
commit | 5cd0f4c622291c3e6eb7badfdeb2ecfd1ff58018 (patch) | |
tree | 3b81ec45d835fdd77e71fce022c38ead4b905e6e | |
parent | f2ed0fe6d2e564e1425d8fb0a415d8fc61870cb2 (diff) |
docclean target
svn path=/rpkid/Makefile; revision=3211
-rw-r--r-- | rpkid/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rpkid/Makefile b/rpkid/Makefile index d9d056b2..d20d2c40 100644 --- a/rpkid/Makefile +++ b/rpkid/Makefile @@ -81,8 +81,10 @@ eps: doc/irdbd.eps doc/pubd.eps doc/rpkid.eps doc/rpkid-bpki.eps doc/pubd-bpki.e png: doc/irdbd.png doc/pubd.png doc/rpkid.png doc/rpkid-bpki.png doc/pubd-bpki.png +docclean: + rm -rf doc/html doc/latex doc/xml + html: dot eps png -# rm -rf doc/html doc/latex doc/xml TZ='' doxygen tgz: html |