summaryrefslogtreecommitdiff
path: root/libnet/doc
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2009-03-31 16:11:45 -0700
committerSam Roberts <vieuxtech@gmail.com>2009-03-31 16:11:45 -0700
commit38bfd4b8ae56655a79c42469659955088488edb2 (patch)
tree7deec79e146c3e7b690e2919bc31be04d3af224a /libnet/doc
parenta0106c63f060b3326251f53b140522f84f0e9de4 (diff)
downloadlibnet-38bfd4b8ae56655a79c42469659955088488edb2.tar.gz
These new files didn't get created when I applied Stefanos' patches.
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
+
+