summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2019-09-29 19:03:31 +0200
committerJoachim Nilsson <troglobit@gmail.com>2019-09-29 19:04:28 +0200
commitfeb1669415e42c1edb2782ea79f1983e6fbe75eb (patch)
treeec55a599cc1311659a394cc5714b829b07e9c041
parentd21548ceebb9fad77ff5ce74602b13e2e2d30657 (diff)
downloadlibnet-feb1669415e42c1edb2782ea79f1983e6fbe75eb.tar.gz
doc: Remove html from dist, created by doxygen
Only generated man pages are included in the distribution tarballs, for now. The Debian package can generate a libnet1-doc package, but there is also the online docs at https://codedocs.xyz/libnet/libnet/ Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/html/Makefile.am2
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d87b0c1..47c0d36 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = man html
+SUBDIRS = man
dist_doc_DATA = CHANGELOG CONTRIB DESIGN_NOTES \
MIGRATION PACKET_BUILDING PORTED \
RAWSOCKET_NON_SEQUITUR TODO
diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am
deleted file mode 100644
index eb35bd1..0000000
--- a/doc/html/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-EXTRA_DIST = $(srcdir)/*.html $(srcdir)/*.css $(srcdir)/*.png
-