File: doc.mk

package info (click to toggle)
pcscada 0.7.7-10
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 460 kB
  • sloc: ada: 3,292; makefile: 71; sh: 18
file content (11 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
# Makefile snippet intended for inclusion by ../Makefile.

build-doc:
	rm -fr doc/html
	mkdir doc/html

	asciidoctor doc/index -o doc/html/index.html

clean: clean-doc
clean-doc:
	rm -fr doc/html