summaryrefslogtreecommitdiff
path: root/textscreen/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2009-03-08 22:51:25 +0000
committerSimon Howard2009-03-08 22:51:25 +0000
commitf9c51c1b5c78234a138f9f44c261990336b445e7 (patch)
tree606f15ff38d4eb354c43233c3678615cd002fd72 /textscreen/Makefile.am
parent11f92605356ae63a39b22917a11e714402fd07a5 (diff)
downloadchocolate-doom-f9c51c1b5c78234a138f9f44c261990336b445e7.tar.gz
chocolate-doom-f9c51c1b5c78234a138f9f44c261990336b445e7.tar.bz2
chocolate-doom-f9c51c1b5c78234a138f9f44c261990336b445e7.zip
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
to start of header files so that Doxygen will process them. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1451
Diffstat (limited to 'textscreen/Makefile.am')
-rw-r--r--textscreen/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/textscreen/Makefile.am b/textscreen/Makefile.am
index d09538fd..7730e930 100644
--- a/textscreen/Makefile.am
+++ b/textscreen/Makefile.am
@@ -30,3 +30,6 @@ libtextscreen_a_SOURCES = \
txt_window_action.c txt_window_action.h \
txt_font.h
+doc:
+ doxygen
+