1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-25 10:42:20 -05:00
Simba/LazDoc/Makefile

17 lines
338 B
Makefile
Raw Normal View History

.PHONY: default clean
2010-09-04 14:22:49 -04:00
docunits := os_linux dtm mufasatypes bitmaps
coreunits := os_linux dtm mufasatypes bitmaps
default:
fpdoc --package=Simba \
`echo $(docunits) | sed -r 's/\w+/--descr=&.xml/g'` \
`echo $(coreunits) | sed -r 's/\w+/--input=..\/Units\/MMLCore\/&.pas/g'` \
--output=simbafpcdoc/
clean:
rm -rf simbafpcdoc