File: Makefile

package info (click to toggle)
xmppc 0.1.0-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 400 kB
  • sloc: ansic: 1,269; makefile: 29; sh: 1
file content (7 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
ADOC_FILE = xmppc.1.adoc

all:
	doxygen Doxyfile
	asciidoc -b docbook $(ADOC_FILE)
	asciidoc -b html $(ADOC_FILE)
	a2x --doctype manpage --format manpage $(ADOC_FILE)