projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae021d4
)
Symlink README to README.md when running make dist.
author
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 10 Aug 2021 18:10:29 +0000
(20:10 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 10 Aug 2021 18:10:29 +0000
(20:10 +0200)
Since Markdown is perfectly human readable, just create a symlink from
README to README.md when make dist wants it. Also add it to .gitignore.
.gitignore
patch
|
blob
|
history
Makefile.am
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
cb9bf5c
..
40094c4
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-16,6
+16,7
@@
*-coverage*
/ChangeLog
/INSTALL
+/README
/aclocal.m4
/autom4te.cache
/compile
diff --git
a/Makefile.am
b/Makefile.am
index
de8bdf7
..
6bf5f5e
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-22,6
+22,9
@@
configure-version:
# Triggering the README target means we are building a distribution (make dist).
README: configure-version README.md
+ ln -sf README.md README
+
+CLEANFILES = README
ChangeLog:
(cd $(srcdir) && git log) > ChangeLog