btrfs-progs: build, fix rules to clean temporary files in docs
authorDavid Sterba <dsterba@suse.cz>
Tue, 3 Feb 2015 13:40:33 +0000 (14:40 +0100)
committerDavid Sterba <dsterba@suse.cz>
Tue, 3 Feb 2015 13:41:00 +0000 (14:41 +0100)
commit42e4dfe7722bd22bfa9251179190583e1eb4881e
tree6d947a30a0edd0001567ca784709312efd5739f6
parentccdd0a067f36b689a0928074d53e5020f3ff5f5d
btrfs-progs: build, fix rules to clean temporary files in docs

$ make clean-doc
Cleaning Documentation
/usr/bin/rm: cannot remove ‘*.xml’: No such file or directory
/usr/bin/rm: cannot remove ‘*.xml+’: No such file or directory
/usr/bin/rm: cannot remove ‘*.5’: No such file or directory
/usr/bin/rm: cannot remove ‘*.8’: No such file or directory
make[1]: *** [clean] Error 1
make: *** [clean-doc] Error 2

The RM variable from parent makefile lacks -f, add it where it's
missing.
Minor change in LN_S variable name, same -f change.

Signed-off-by: David Sterba <dsterba@suse.cz>
Documentation/Makefile