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 | 4d4884c1db1579e27d6248c50426944e9eec52ff (patch) | |
tree | 02cdd8d107add4fc9ef585fc434ac94760451fa4 | |
parent | 09aca67fba62141fe82b2f4bdb93352806f480aa (diff) |
Beta2
-rw-r--r-- | portland/xdg-utils/scripts/Makefile.in | 1 | ||||
-rw-r--r-- | portland/xdg-utils/scripts/README | 2 | ||||
-rw-r--r-- | portland/xdg-utils/scripts/html/index.html | 1 | ||||
-rw-r--r-- | portland/xdg-utils/tests/Makefile.in | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/portland/xdg-utils/scripts/Makefile.in b/portland/xdg-utils/scripts/Makefile.in index 113c71d..0acbf7a 100644 --- a/portland/xdg-utils/scripts/Makefile.in +++ b/portland/xdg-utils/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/portland/xdg-utils/scripts/README b/portland/xdg-utils/scripts/README index f1d4d9e..5096191 100644 --- a/portland/xdg-utils/scripts/README +++ b/portland/xdg-utils/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/portland/xdg-utils/scripts/html/index.html b/portland/xdg-utils/scripts/html/index.html index 4591a90..597ba19 100644 --- a/portland/xdg-utils/scripts/html/index.html +++ b/portland/xdg-utils/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/portland/xdg-utils/tests/Makefile.in b/portland/xdg-utils/tests/Makefile.in index 11e3fbd..005f15b 100644 --- a/portland/xdg-utils/tests/Makefile.in +++ b/portland/xdg-utils/tests/Makefile.in @@ -15,6 +15,8 @@ mandir = @mandir@ all: release: + rm -rf xdg-su tmp + rm -f xdg-test.log *~ test: ./testrun -IR |