freebsd-dev/usr.bin/xopo/Makefile
Phil Shafer 264104f268 Merge libxo-0.8.2:
- xohtml: Add "-w" option to pull support files from gh_pages
- Add "upload-xohtml-files" target to publish support files in gh_pages/
- add HISTORY/AUTHORS section to man pages
- xohtml: Add div.units as standard CSS text
- Don't treat values as format strings; they are not
- add "-p" to "mkdir -p build" in setup.sh
- add test case for {U:%%} (from df.c)
- detect end-of-string in '%' and '' escaping
- make xo_simple_field, for common simple cases
- xohtml: nuke "n" in "echo" commands
- rename "format" to "fmt" for consistency; same for "str" to "value"
- update test cases

Submitted by:	phil
2017-06-16 06:29:21 +00:00

22 lines
272 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
LIBXOSRC= ${SRCTOP}/contrib/libxo
.PATH:
.PATH: ${LIBXOSRC}/xopo
PROG= xopo
MAN= xopo.1
# XXX For xoversion.h
CFLAGS+=-I${LIBXOSRC}/libxo
# XXX For xo_config.h
CFLAGS+=-I${SRCTOP}/lib/libxo
LIBADD= xo util
.include <bsd.prog.mk>