Use OPENPGP_PACKET_COMMENT in parse_keys instead of raw constant
[onak.git] / Makefile.in
index 403a2704219c2f9dd08481caff07e12e808431cc..b5b8a55ed27c4df350618e63c5ecd13ceeddfe67 100644 (file)
@@ -153,6 +153,7 @@ clean:
                gpgwww.o add.o lookup.o main.o maxpath.o onak.o sixdegrees \
                sixdegrees.o splitkeys.o stripkey.o onak.conf keyd.o \
                keydctl.o hashquery.o version.h \
+               TAGS cscope.out cscope.files \
                $(foreach be,@BACKENDS@,keydb_$(be).o) *.so
 ifeq (x@KEYD@, xyes)
        $(RM) keyd.o keydb_$(DBTYPE).o
@@ -162,6 +163,9 @@ distclean: clean
        $(RM) -f Makefile .depend config.log config.status config.h
        $(RM) -r autom4te.cache
 
+doxygen-docs: *.c *.h Doxyfile
+       doxygen
+
 version.h:
        @echo '#include "config.h"' > version.h
        @if [ -e .bzr ]; then \