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
This commit is contained in:
parent
e7f0d2727a
commit
6f8ac36f66
3 changed files with 7 additions and 3 deletions
3
.lvimrc
3
.lvimrc
|
|
@ -16,8 +16,9 @@ set tags+=tags
|
||||||
let tagfiles = findfile("tags", ".;", -1)
|
let tagfiles = findfile("tags", ".;", -1)
|
||||||
|
|
||||||
" Add tag files for libraries:
|
" Add tag files for libraries:
|
||||||
call add(tagfiles, topdir . "textscreen/tags")
|
call add(tagfiles, topdir . "opl/tags")
|
||||||
call add(tagfiles, topdir . "pcsound/tags")
|
call add(tagfiles, topdir . "pcsound/tags")
|
||||||
|
call add(tagfiles, topdir . "textscreen/tags")
|
||||||
|
|
||||||
for tagfile in tagfiles
|
for tagfile in tagfiles
|
||||||
" Don't go beyond the project top level when adding parent dirs:
|
" Don't go beyond the project top level when adding parent dirs:
|
||||||
|
|
|
||||||
1
src/.gitignore
vendored
1
src/.gitignore
vendored
|
|
@ -5,5 +5,6 @@ Makefile.in
|
||||||
chocolate-doom
|
chocolate-doom
|
||||||
chocolate-server
|
chocolate-server
|
||||||
*.exe
|
*.exe
|
||||||
|
*.desktop
|
||||||
tags
|
tags
|
||||||
TAGS
|
TAGS
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,8 @@ SUBDIRS= . examples
|
||||||
|
|
||||||
noinst_LIBRARIES=libtextscreen.a
|
noinst_LIBRARIES=libtextscreen.a
|
||||||
|
|
||||||
|
EXTRA_DIST=Doxyfile
|
||||||
|
|
||||||
libtextscreen_a_SOURCES = \
|
libtextscreen_a_SOURCES = \
|
||||||
textscreen.h \
|
textscreen.h \
|
||||||
txt_checkbox.c txt_checkbox.h \
|
txt_checkbox.c txt_checkbox.h \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue