diff options
author | Simon Howard | 2010-04-30 19:38:24 +0000 |
---|---|---|
committer | Simon Howard | 2010-04-30 19:38:24 +0000 |
commit | 6f8ac36f6644466131b548f0a8a42e260d181aa5 (patch) | |
tree | 68682511aec80b7149b4ab29092f92742149f39e /textscreen | |
parent | e7f0d2727a01c90a5552a3baf442c11f43a95ce8 (diff) | |
download | chocolate-doom-6f8ac36f6644466131b548f0a8a42e260d181aa5.tar.gz chocolate-doom-6f8ac36f6644466131b548f0a8a42e260d181aa5.tar.bz2 chocolate-doom-6f8ac36f6644466131b548f0a8a42e260d181aa5.zip |
Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. Add
opl ctags file to localvimrc.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1922
Diffstat (limited to 'textscreen')
-rw-r--r-- | textscreen/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textscreen/Makefile.am b/textscreen/Makefile.am index b8904520..d6863ca9 100644 --- a/textscreen/Makefile.am +++ b/textscreen/Makefile.am @@ -9,6 +9,8 @@ SUBDIRS= . examples noinst_LIBRARIES=libtextscreen.a +EXTRA_DIST=Doxyfile + libtextscreen_a_SOURCES = \ textscreen.h \ txt_checkbox.c txt_checkbox.h \ @@ -21,11 +23,11 @@ libtextscreen_a_SOURCES = \ txt_button.c txt_button.h \ txt_label.c txt_label.h \ txt_radiobutton.c txt_radiobutton.h \ - txt_scrollpane.c txt_scrollpane.h \ + txt_scrollpane.c txt_scrollpane.h \ txt_separator.c txt_separator.h \ txt_spinctrl.c txt_spinctrl.h \ txt_sdl.c txt_sdl.h \ - txt_smallfont.h \ + txt_smallfont.h \ txt_strut.c txt_strut.h \ txt_table.c txt_table.h \ txt_widget.c txt_widget.h \ |