diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2006-08-01 01:10:02 +0000 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2006-08-01 01:10:02 +0000 |
commit | 2cf5fb31cd36084f4748582768b5bd56c2378415 (patch) | |
tree | b079d5c449e54a4bf5cb02f4a77e07e90fb9aa9e | |
parent | 9f225b459864642f2a6c747f9a28dd948a9bb316 (diff) |
Beta2
-rw-r--r-- | scripts/Makefile.in | 1 | ||||
-rw-r--r-- | scripts/README | 2 | ||||
-rw-r--r-- | scripts/html/index.html | 1 | ||||
-rw-r--r-- | tests/Makefile.in | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 113c71d..0acbf7a 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -40,6 +40,7 @@ release: scripts html man rm -f xdg-*.in *~ HACKING generate-help-script.awk rm -rf desc/ rm -rf xsl/ + rm -f xdg-file-dialog xdg-su xdg-copy distclean: clean rm -f Makefile diff --git a/scripts/README b/scripts/README index f1d4d9e..5096191 100644 --- a/scripts/README +++ b/scripts/README @@ -13,7 +13,5 @@ xdg-open — opens a file or URL in the user's preferred application xdg-email — command line tool for sending mail using the user's preferred e-mail composer -xdg-su — run a GUI program as root after prompting for the root password - xdg-screensaver — command line tool for controlling the screensaver diff --git a/scripts/html/index.html b/scripts/html/index.html index 4591a90..597ba19 100644 --- a/scripts/html/index.html +++ b/scripts/html/index.html @@ -12,7 +12,6 @@ and adding descriptions for new file types</td></tr> <tr><td><a href="xdg-icon-resource.html">xdg-icon-resource</a>:</td><td>command line tool for (un)installing icon resources</td></tr> <tr><td><a href="xdg-open.html">xdg-open</a>:</td><td>opens a file or URL in the user's preferred application</td></tr> <tr><td><a href="xdg-email.html">xdg-email</a>:</td><td>command line tool for sending mail using the user's preferred e-mail composer</td></tr> -<tr><td><a href="xdg-su.html">xdg-su</a>:</td><td>run a GUI program as root after prompting for the root password</td></tr> <tr><td><a href="xdg-screensaver.html">xdg-screensaver</a>:</td><td>command line tool for controlling the screensaver</td></tr> </table> </body> diff --git a/tests/Makefile.in b/tests/Makefile.in index 11e3fbd..005f15b 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -15,6 +15,8 @@ mandir = @mandir@ all: release: + rm -rf xdg-su tmp + rm -f xdg-test.log *~ test: ./testrun -IR |