Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eog-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
eog-plugins
Commits
f6e0e2cc
Commit
f6e0e2cc
authored
Oct 25, 2009
by
Felix Riemann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Autogenerate ChangeLog on make dist
parent
f9adc355
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
2 deletions
+20
-2
ChangeLog.pre-git
ChangeLog.pre-git
+0
-0
Makefile.am
Makefile.am
+19
-1
configure.ac
configure.ac
+1
-1
No files found.
ChangeLog
→
ChangeLog
.pre-git
View file @
f6e0e2cc
File moved
Makefile.am
View file @
f6e0e2cc
...
...
@@ -2,7 +2,7 @@ SUBDIRS = plugins po
EXTRA_DIST
=
\
autogen.sh
\
ChangeLog
ChangeLog
.pre-git
DISTCLEANFILES
=
\
intltool-extract
\
...
...
@@ -22,4 +22,22 @@ MAINTAINERCLEANFILES = \
DISTCHECK_CONFIGURE_FLAGS
=
--with-plugins
=
really-all
# This is the last commit before the ChangeLog was converted
CHANGELOG_START
=
31a915800c37113e85f3b9f926e275beb7c06c91
dist-hook
:
@
if
test
-d
"
$(srcdir)
/.git"
;
\
then
\
echo
Creating ChangeLog
&&
\
(
cd
"
$(top_srcdir)
"
&&
\
echo
'# Generated by Makefile. Do not edit.'
;
echo
;
\
$(top_srcdir)
/missing
--run
git log
-M
-C
--stat
\
$(CHANGELOG_START)
..
)
>
ChangeLog.tmp
\
&&
mv
-f
ChangeLog.tmp
$(top_distdir)
/ChangeLog
\
||
(
rm
-f
ChangeLog.tmp
;
\
echo
Failed to generate ChangeLog
>
&2
)
;
\
else
\
echo
A git clone is required to generate a ChangeLog
>
&2
;
\
fi
-include
$(top_srcdir)/git.mk
configure.ac
View file @
f6e0e2cc
...
...
@@ -12,7 +12,7 @@ AC_SUBST(EOG_PLUGINS_MAJOR)
AC_PREREQ(2.59)
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip])
AM_INIT_AUTOMAKE([1.9
foreign
dist-bzip2 no-dist-gzip])
# Support silencing the build output if supported (automake-1.11+)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
...
...
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