X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/4c8bebffd4bc105ebaa09256b7a57f4a6201bd52..69deababa089b34c7d3dddaac04518fde1b9c2f8:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 403a270..b5b8a55 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \