btrfs-progs: autoconf: generate documentation makefile as well

This is plain move to .in.

Signed-off-by: David Sterba <dsterba@suse.cz>
master
David Sterba 2015-02-03 14:49:09 +01:00
parent 42e4dfe772
commit d90978c9cc
4 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -61,6 +61,7 @@ depcomp
libtool
m4/*.m4
Makefile
Documentation/Makefile
missing
mkinstalldirs
stamp-h

View File

@ -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/

View File

@ -112,6 +112,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile
Documentation/Makefile
version.h
])