diff options
Diffstat (limited to 'v4l/Makefile')
-rw-r--r-- | v4l/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 29b9675ae..42618efa6 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -68,6 +68,11 @@ spec:: v4l2-spec dvb-spec apps:: $(MAKE) -C ../v4l2-apps +docbooks:: + $(MAKE) -C ../staging-specs prep + mkdir -p ../linux/Documentation/Docbook + cp -r ../staging-specs/*.xml ../staging-specs/dvb/ ../staging-specs/v4l ../linux/Documentation/Docbook + ################################################# # Object specific rules @@ -278,6 +283,7 @@ links:: @echo creating symbolic links... @find ../linux/drivers/media -name '*.[ch]' -type f -print0 | xargs -0n 255 ln -sf --target-directory=. @find ../linux/sound -name '*.[ch]' -type f -print0 | xargs -0n 255 ln -sf --target-directory=. + @find ../linux/drivers/staging -name '*.[ch]' -type f -print0 | xargs -0n 255 ln -sf --target-directory=. # This link is so code with #include "oss/*.h" will find its header files oss: |