Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
glog
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
glog
Commits
6deff5ab
Unverified
Commit
6deff5ab
authored
Dec 18, 2018
by
Sergiu Deitsch
Committed by
GitHub
Dec 18, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #408 from jackwish/fix/build/readme
automake: relax GNU standard directory style
parents
1d900193
da37a6c3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
INSTALL
INSTALL
+3
-3
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+1
-1
docs
packages/deb/docs
+1
-1
rpm.spec
packages/rpm/rpm.spec
+1
-1
No files found.
INSTALL
View file @
6deff5ab
...
...
@@ -72,7 +72,7 @@ Basic Installation
Briefly, the shell commands `./configure; make; make install'
should
configure
,
build
,
and
install
this
package
.
The
following
more
-
detailed
instructions
are
generic
;
see
the
`
README
' file for
more
-
detailed
instructions
are
generic
;
see
the
`
README
.
md
' file for
instructions specific to this package.
The `configure'
shell
script
attempts
to
guess
correct
values
for
...
...
@@ -92,7 +92,7 @@ cache files.
If
you
need
to
do
unusual
things
to
compile
the
package
,
please
try
to
figure
out
how
`
configure
' could check whether to do them, and mail
diffs or instructions to the address given in the `README'
so
they
can
diffs or instructions to the address given in the `README
.md
'
so
they
can
be
considered
for
the
next
release
.
If
you
are
using
the
cache
,
and
at
some
point
`
config
.
cache
' contains results you don'
t
want
to
keep
,
you
may
remove
or
edit
it
.
...
...
@@ -190,7 +190,7 @@ Some packages pay attention to `--enable-FEATURE' options to
`
configure
', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE'
options
,
where
PACKAGE
is
something
like
`
gnu
-
as
' or `x'
(
for
the
X
Window
System
).
The
`
README
' should mention any `--enable-'
and
`--
with
-
' options that the
`
README
.
md
' should mention any `--enable-'
and
`--
with
-
' options that the
package recognizes.
For packages that use the X Window System, `configure'
can
usually
...
...
Makefile.am
View file @
6deff5ab
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS
=
subdir-objects
AUTOMAKE_OPTIONS
=
subdir-objects foreign
# Make sure that when we re-make ./configure, we get the macros we need
ACLOCAL_AMFLAGS
=
-I
m4
...
...
configure.ac
View file @
6deff5ab
...
...
@@ -8,7 +8,7 @@ AC_PREREQ(2.57)
AC_INIT(glog, 0.3.5, opensource@google.com)
# The argument here is just something that should be in the current directory
# (for sanity checking)
AC_CONFIG_SRCDIR(README)
AC_CONFIG_SRCDIR(README
.md
)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(src/config.h)
...
...
packages/deb/docs
View file @
6deff5ab
...
...
@@ -3,6 +3,6 @@ COPYING
ChangeLog
INSTALL
NEWS
README
README
.md
doc/designstyle.css
doc/glog.html
packages/rpm/rpm.spec
View file @
6deff5ab
...
...
@@ -55,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
## documentation. This depends on the following two lines appearing in
## Makefile.am:
## docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
## dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README
## dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README
.md
%docdir %{prefix}/share/doc/%{NAME}-%{VERSION}
%{prefix}/share/doc/%{NAME}-%{VERSION}/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment