aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/nRF5_SDK_15.0.0_a53641a/external/protothreads/pt-1.4/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/nRF5_SDK_15.0.0_a53641a/external/protothreads/pt-1.4/doc/Makefile')
-rw-r--r--thirdparty/nRF5_SDK_15.0.0_a53641a/external/protothreads/pt-1.4/doc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/external/protothreads/pt-1.4/doc/Makefile b/thirdparty/nRF5_SDK_15.0.0_a53641a/external/protothreads/pt-1.4/doc/Makefile
new file mode 100644
index 0000000..fd0c7d1
--- /dev/null
+++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/external/protothreads/pt-1.4/doc/Makefile
@@ -0,0 +1,7 @@
+dox:
+ doxygen Doxyfile
+
+
+pdf: dox
+ (cd latex; $(MAKE) refman.pdf)
+ mv latex/refman.pdf pt-refman.pdf \ No newline at end of file