summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-22 16:20:34 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-22 16:20:34 +0000
commite01087a666ae4be9e183484c7c7e4b5e127f0874 (patch)
tree28eb49cc393d85c730aebd865978ca8f0090945c
parent6985f7d993eaf1091f44aa873a11a2ec04ca92f3 (diff)
downloadchromium_src-e01087a666ae4be9e183484c7c7e4b5e127f0874.zip
chromium_src-e01087a666ae4be9e183484c7c7e4b5e127f0874.tar.gz
chromium_src-e01087a666ae4be9e183484c7c7e4b5e127f0874.tar.bz2
Revert "linux: generate a manpage"
This reverts commit r21277, since it failed on the scons build for reasons totally opaque to me. :~( git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21278 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/app/resources/manpage.1.in60
-rw-r--r--chrome/chrome.gyp30
2 files changed, 0 insertions, 90 deletions
diff --git a/chrome/app/resources/manpage.1.in b/chrome/app/resources/manpage.1.in
deleted file mode 100644
index 69ba401..0000000
--- a/chrome/app/resources/manpage.1.in
+++ /dev/null
@@ -1,60 +0,0 @@
-.TH @@FILENAME@@ 1 "" "" "USER COMMANDS"
-
-.SH NAME
-@@FILENAME@@ \- the web browser from Google
-
-.SH SYNOPSIS
-.B @@FILENAME@@
-[\fIOPTION\fR] [\fIPATH\fR|\fIURL\fR]
-
-.SH DESCRIPTION
-See the Google Chrome help center for help on using the browser.
-.IP
-http://www.google.com/support/chrome/
-.PP
-This manpage only describes invocation, environment, and arguments.
-
-.SH OPTIONS
-.TP
-\fB\-\-user\-data\-dir\fR=\fIDIR\fR
-Specifies the directory that user data (your "profile") is kept in.
-Defaults to
-.IR ~/.config/@@FILENAME@@/Default .
-Separate instances of @@NAME@@ must use separate user data directories;
-repeated invocations of @@FILENAME@@ will reuse an existing process for
-a given user data directory.
-
-.TP
-\fB\-\-app\fR=\fIURL\fR
-Runs
-.I URL
-in "app mode": with no browser toolbars.
-
-.PP
-As a GTK+ app, @@NAME@@ also obeys GTK+ command-line flags, such
-as
-.BR \-\-display .
-
-See
-<http://library.gnome.org/devel/gtk/stable/gtk-running.html>
-and
-<http://library.gnome.org/devel/gtk/stable/gtk-x11.html> .
-
-.SH ENVIRONMENT
-We obey the
-.B http_proxy
-environment variable for setting the proxy. This overrides any Gnome
-proxy setting.
-
-TODO(evanm): doc all the proxy-related environment settings.
-
-.SH BUGS
-Our bug tracker:
-.IP
-http://code.google.com/p/chromium/issues/list
-.PP
-Be sure to do your search within "All Issues" before reporting bugs,
-and be sure to pick the "Defect on Linux" template when filing a new one.
-
-.SH AUTHOR
-The Chromium team \- <http://www.chromium.org>
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 028ff6e..0381a2f 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -2694,36 +2694,6 @@
},
'conditions': [
['OS=="linux"', {
- 'actions': [
- {
- 'action_name': 'manpage',
- 'conditions': [
- [ 'branding == "Chrome"', {
- 'variables': {
- 'name': 'Google Chrome',
- 'filename': 'google-chrome',
- },
- }, { # else branding!="Chrome"
- 'variables': {
- 'name': 'Chromium',
- 'filename': 'chromium-browser',
- },
- }],
- ],
- 'inputs': [
- 'app/resources/manpage.1.in',
- ],
- 'outputs': [
- '<(PRODUCT_DIR)/<(filename).1',
- ],
- 'action': [
- 'sh', '-c',
- 'sed -e "s/@@NAME@@/<(name)/" -e "s/@@FILENAME@@/<(filename)/" app/resources/manpage.1.in > <@(_outputs)',
- ],
- 'message': 'Generating manpage'
- },
- ],
-
'conditions': [
# All Chrome builds have breakpad symbols, but only process the
# symbols from official builds.