summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2020-05-12 23:15:41 +0200
committerRomain Bouvier <skunnyk@alteroot.org>2020-05-12 23:15:41 +0200
commitfa58240b6b0070a6a7e446fa7bd6034eac452542 (patch)
tree9a533644622814f7f6cceecfdb139cfcb9876119 /Makefile.am
parente652e9366589bbd3e6c47daed5b9fddb168748b8 (diff)
downloadxfce4-dev-tools-fa58240b6b0070a6a7e446fa7bd6034eac452542.tar.gz
Switch to "foreign" mode for automake
- This way, we don't need to provide a README file, now that we start to switch to README.md for markdown readme on gitlab - "[..] differences between the gnu and foreign flavours is that the former requires the presence of a number of files in the top-level of the projects": https://autotools.io/automake/options.html - It also stop warning when using GNU make syntax, but we already mandate gnu make, so it's not a problem
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f7fb5d7..1eacac8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,4 +24,5 @@ ChangeLog: Makefile
dist-hook: ChangeLog
EXTRA_DIST = \
- HACKING
+ HACKING \
+ README.md