summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCharles Edward Pax <charles.pax@gmail.com>2017-07-29 14:25:42 -0400
committerCharles Edward Pax <charles.pax@gmail.com>2017-07-29 14:25:42 -0400
commit006153b871d5a4616104ade26660ef10db4e754a (patch)
tree64b9ef926120f88bf311488061c6292d94566694 /src
parentbdaffecbd9255d513633d4a38ac4f5f494033270 (diff)
Made doxygen changes to Makefile.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index bc65db0..6696209 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -126,7 +126,7 @@ endif
OBJS = $(patsubst %.c, %.o, $(wildcard *.c) $(wildcard utils/*.c)) gram.o
-.PHONY : all clean install
+.PHONY : all clean install docs
all : $(name)
@@ -168,8 +168,12 @@ experres.h : gram.y
statres.h : gram.y
sed -f sres.sed < gram.y > statres.h
+docs:
+ doxygen Doxyfile
+
clean:
rm -f $(OBJS)
rm -f *res.h $(YTAB).h
rm -f core gram.c y.output pxmalloc.c pvmtbl.c tags $(name)qref
rm -f qhelp.c $(name)
+ rm -rf ../docs/