Skip to content

Commit 4465cf9

Browse files
committed
Added README, generated from in-source doc comments.
1 parent 0a0fb1a commit 4465cf9

File tree

4 files changed

+567
-0
lines changed

4 files changed

+567
-0
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,9 @@ test: $(TOUT)
9191
lua $<
9292
touch $@
9393

94+
doc: README.txt
95+
96+
README.txt: README.txt.in nfq.c nfct.c
97+
cp README.txt.in $@
98+
luadoc nfq.c nfct.c >> $@
99+

0 commit comments

Comments
 (0)