diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-01-05 14:41:31 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-01-05 17:15:10 +0300 |
commit | 895542a1ce315e58e33e0567ccec34f0792a98fd (patch) | |
tree | efb2d14a71f0294f778cd1636c9d7f6eb15d1cce | |
parent | fc9824a7cef0390210a0c7aba0fc68703a045b54 (diff) | |
download | libmicrohttpd-895542a1ce315e58e33e0567ccec34f0792a98fd.tar.gz libmicrohttpd-895542a1ce315e58e33e0567ccec34f0792a98fd.zip |
Makefile: added force update of doc version stamps before 'dist' target
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 02d94bf3..72c8b864 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -62,5 +62,6 @@ dist-hook: | |||
62 | 62 | ||
63 | pre-dist-hook: | 63 | pre-dist-hook: |
64 | @echo "Preparing to make dist" | 64 | @echo "Preparing to make dist" |
65 | @$(am__cd) doc && $(MAKE) $(AM_MAKEFLAGS) update-stamp | ||
65 | 66 | ||
66 | .PHONY: pre-dist-hook \ No newline at end of file | 67 | .PHONY: pre-dist-hook \ No newline at end of file |