diff Makefile @ 15:9f4f7a266c0b

misc: goodbye doxygen
author David Demelier <markand@malikania.fr>
date Wed, 16 Dec 2020 16:11:10 +0100
parents 167277f57ce6
children 7f5b3f035bef
line wrap: on
line diff
--- a/Makefile	Wed Dec 16 15:41:26 2020 +0100
+++ b/Makefile	Wed Dec 16 16:11:10 2020 +0100
@@ -95,13 +95,10 @@
 	cp -R test extern libbuf-${VERSION}
 	cp ${SRCS} buf.h buf-int.h libbuf-${VERSION}
 	cp ${MAN} libbuf-${VERSION}
-	cp INSTALL.md LICENSE.md README.md Makefile Doxyfile libbuf-${VERSION}
+	cp INSTALL.md LICENSE.md README.md Makefile libbuf-${VERSION}
 	tar -cjf libbuf-${VERSION}.tar.xz libbuf-${VERSION}
 	rm -rf libbuf-${VERSION}
 
-doxygen:
-	doxygen Doxyfile
-
 install:
 	mkdir -p ${DESTDIR}${INCDIR}
 	mkdir -p ${DESTDIR}${LIBDIR}
@@ -115,4 +112,4 @@
 test: ${TESTS_OBJS}
 	for t in ${TESTS_OBJS}; do ./$$t; done
 
-.PHONY: all clean dist doxygen install test
+.PHONY: all clean dist install test