view lwar/rules.make @ 19:06c4a2b72b24

Adjusted PDF manual build to remove extraneous .html file that is currently produced by docbook2pdf
author lost@l-w.ca
date Sat, 22 Jan 2011 17:42:22 -0700
parents 6eed14cccac9
children
line wrap: on
line source

dirname := $(dir $(lastword $(MAKEFILE_LIST)))

lwar_srcs_local := add.c extract.c list.c lwar.c main.c remove.c replace.c

lwar_srcs := $(lwar_srcs) $(addprefix $(dirname),$(lwar_srcs_local))