comparison Makefile.doc @ 33:3d86f0391168

Work on improving the build system.
author David Barts <davidb@stashtea.com>
date Fri, 24 Apr 2020 19:45:57 -0700
parents 3b0546fa0d74
children 5de364cb2847
comparison
equal deleted inserted replaced
32:c06edc56669b 33:3d86f0391168
1 .PHONY: clean 1 .PHONY: clean
2 2
3 all: Readme.rst Readme.pdf 3 all: Readme.rst Readme.pdf Building.rst Building.pdf
4 4
5 clean: 5 clean:
6 -rm *.rst *.pdf *.ps *.nrf 6 -rm *.rst *.pdf *.ps *.nrf
7 7
8 %.rst : %.html 8 %.rst : %.html