summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: 6cb15464645dfcbffe67b0e076ef68df905972d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS        = man
dist_doc_DATA  = MIGRATION.md RAWSOCKET.md
EXTRA_DIST     = fixmanpages.in libnet.Pod
EXTRA_DIST    += api-main.md api-head.html api-foot.html api-style.css
DISTCLEANFILES = libnet.tag

if ENABLE_HTML
pkghtmldir     = $(docdir)/html
pkghtml_DATA   = html/*

all-local: doc

clean-local:
	-rm -rf html

doc:
	$(MAKE) -C @top_builddir@ $@
endif