summaryrefslogtreecommitdiff
path: root/libnet/doc
diff options
context:
space:
mode:
Diffstat (limited to 'libnet/doc')
-rw-r--r--libnet/doc/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/libnet/doc/Makefile.am b/libnet/doc/Makefile.am
new file mode 100644
index 0000000..0f67f63
--- /dev/null
+++ b/libnet/doc/Makefile.am
@@ -0,0 +1,10 @@
+EXTRA_DIST = BUGS CHANGELOG CONTRIB COPYING DESIGN_NOTES \
+ libnet.doxygen.conf MIGRATION PACKET_BUILDING PORTED \
+ RAWSOCKET_NON_SEQUITUR TODO
+
+doc:
+ cd $(top_srcdir) && doxygen doc/libnet.doxygen.conf
+
+SUBDIRS = man html
+
+