diff options
Diffstat (limited to 'textscreen/Makefile.am')
-rw-r--r-- | textscreen/Makefile.am | 3 |
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 + |