Minor fixes.

This commit is contained in:
Carsten Dominik 2008-09-22 12:15:33 +02:00
parent f26330fdc5
commit a5cd6cffb7
2 changed files with 6 additions and 2 deletions

View File

@ -195,6 +195,7 @@ card: doc/orgcard.pdf doc/orgcard.ps doc/orgcard_letter.pdf doc/orgcard_letter.p
distfile:
@if [ "X$(TAG)" = "X" ]; then echo "*** No tag ***"; exit 1; fi
touch doc/org.texi doc/orgcard.tex # force update
make cleancontrib
make info
make doc
make lisp/org-install.el
@ -243,6 +244,9 @@ relup:
db:
grep -e '(debug)' lisp/*el
cleancontrib:
find contrib -name \*~ -exec rm {} \;
cleanelc:
rm -f $(ELCFILES)
cleandoc:

View File

@ -1,4 +1,4 @@
\input texinfo
925\input texinfo
@c %**start of header
@setfilename ../../info/org
@settitle The Org Manual
@ -4922,7 +4922,7 @@ insertion of content:
%^L @r{Like @code{%^C}, but insert as link.}
%^g @r{prompt for tags, with completion on tags in target file.}
%^G @r{prompt for tags, with completion all tags in all agenda files.}
%^{prop}p @r{Prompt the user for a value for property @code{prop}}
%^@{prop@}p @r{Prompt the user for a value for property @code{prop}}
%:keyword @r{specific information for certain link types, see below}
%[pathname] @r{insert the contents of the file given by @code{pathname}}
%(sexp) @r{evaluate elisp @code{(sexp)} and replace with the result}