Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 55371
Collapse All | Expand All

(-)devtodo-0.1.17/doc/Makefile.am (-1 / +1 lines)
Lines 1-5 Link Here
1
man_MANS=devtodo.1
1
man_MANS=devtodo.1
2
manlinks=tda tdr tdd tde tdl todo
2
manlinks=tda tdr tdd tde todo
3
3
4
install-data-local:
4
install-data-local:
5
	mkdir -p $(DESTDIR)$(mandir)/man1
5
	mkdir -p $(DESTDIR)$(mandir)/man1
(-)devtodo-0.1.17/doc/devtodo.1.in (-3 / +4 lines)
Lines 20-28 Link Here
20
.TP 
20
.TP 
21
\fBtdd \fI<indices>\fP\fP
21
\fBtdd \fI<indices>\fP\fP
22
Mark the specified items as being done.
22
Mark the specified items as being done.
23
.TP 
24
\fBtdl [\-g \fI<index>\fP] \fI<database>\fP\fP
25
Link the specified devtodo database into the current one, optionally grafting it as a child of the specified index.
26
.SH "DESCRIPTION"
23
.SH "DESCRIPTION"
27
.LP 
24
.LP 
28
\fBtodo\fP is a program aimed specifically at programmers (but usable by anybody at the terminal) to aid in day\-to\-day development.
25
\fBtodo\fP is a program aimed specifically at programmers (but usable by anybody at the terminal) to aid in day\-to\-day development.
Lines 369-374 Link Here
369
.TP 
366
.TP 
370
\fB~/.todorc\fR
367
\fB~/.todorc\fR
371
User-specific options are specified in this file. Please refer to the section \fBTODORC\fR for more information.
368
User-specific options are specified in this file. Please refer to the section \fBTODORC\fR for more information.
369
.SH "BUGS"
370
.LP
371
Because of a conflict with app-misc/tdl, the tdl symbolic link and the tdl manual page have been removed.  
372
See \fIhttp://bugs.gentoo.org/show_bug.cgi?id=55371\fR for more information.
372
.SH "AUTHORS"
373
.SH "AUTHORS"
373
.LP 
374
.LP 
374
Alec Thomas \fI<alecthomas@mail.com>\fR
375
Alec Thomas \fI<alecthomas@mail.com>\fR
(-)devtodo-0.1.17/src/Makefile.am (-1 / +1 lines)
Lines 1-7 Link Here
1
bin_PROGRAMS=devtodo
1
bin_PROGRAMS=devtodo
2
devtodo_SOURCES=Todo.cc Todo.h TodoDB.cc TodoDB.h support.cc support.h \
2
devtodo_SOURCES=Todo.cc Todo.h TodoDB.cc TodoDB.h support.cc support.h \
3
	main.cc todoterm.cc todoterm.h Loaders.cc Loaders.h todorl.h
3
	main.cc todoterm.cc todoterm.h Loaders.cc Loaders.h todorl.h
4
binlinks=tda tdr tdd tdl tde todo
4
binlinks=tda tdr tdd tde todo
5
	
5
	
6
devtodo_LDADD=../util/libutil.la
6
devtodo_LDADD=../util/libutil.la
7
INCLUDES=-I../util
7
INCLUDES=-I../util

Return to bug 55371