Files
pvData/documentation/Makefile
Michael Davidsaver f9a30ca08e update doc
2017-07-04 15:08:01 +02:00

14 lines
205 B
Makefile

all: gen
clean:
rm -rf doxygen_sqlite3.db html
gen:
doxygen
commit: gen
touch html/.nojekyll
./commit-gh.sh documentation/html/ html/.nojekyll html/*.* html/search/*.*
.PHONY: all clean gen commit