From 881d53b61cd9a7f10ef9849d82259619bc0b6d3e Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 18 Aug 2018 21:42:20 +0200 Subject: added doxygen --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fcdc506..4c60bad 100644 --- a/Makefile +++ b/Makefile @@ -165,6 +165,7 @@ stop-qemu: clean: $(CLEANDIRS) -rm *.bin $(FOOLOS) $(FOOLOS_ISO) $(FOOLOS_VDI) $(KERNEL_ENTRY) $(ASM_MULTIBOOT_OBJ) $(KERNEL_IMG) $(ASM_OBJECTS) $(OBJECTS) $(IMG_FILLUP) $(BIN_MBR) $(BIN_MP) $(BIN_STAGE2) $(DEPS) bochs.out bochs.log ne2k-tx.log ne2k-txdump.txt tags mp/mp.bin grubiso/boot/foolos.bin grubiso/boot/ext2.img + -rm ./doc/ -r tags: ctags --recurse=yes . @@ -187,3 +188,11 @@ $(FOOLOS_ISO): $(KERNEL_IMG) userspace cp $(KERNEL_IMG) grubiso/boot/foolos.bin cp $(IMG_USERSPACE) grubiso/boot grub-mkrescue -o $(FOOLOS_ISO) grubiso/ +#### README ### + +gitweb_readme: + markdown README.md | ssh git readme miguel/fool-os set + +### DOC ### +doxygen: + doxygen doxy.cfg -- cgit v1.2.3