btrfs-progs: autoconf: generate documentation makefile as well
This is plain move to .in. Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
42e4dfe772
commit
d90978c9cc
|
@ -61,6 +61,7 @@ depcomp
|
|||
libtool
|
||||
m4/*.m4
|
||||
Makefile
|
||||
Documentation/Makefile
|
||||
missing
|
||||
mkinstalldirs
|
||||
stamp-h
|
||||
|
|
|
@ -299,6 +299,7 @@ clean-gen:
|
|||
@echo "Cleaning Generated Files"
|
||||
$(Q)$(RM) -rf version.h config.status config.cache connfig.log \
|
||||
configure.lineno config.status.lineno Makefile \
|
||||
Documentation/Makefile \
|
||||
config.log config.h config.h.in~ aclocal.m4 \
|
||||
configure autom4te.cache/ config/
|
||||
|
||||
|
|
|
@ -112,6 +112,7 @@ AC_CONFIG_HEADERS([config.h])
|
|||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
Documentation/Makefile
|
||||
version.h
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in New Issue