cscope rule
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1541 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
bc3fc8dac0
commit
6688bc6d04
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -84,6 +84,11 @@ test speed test2: all
|
|||
TAGS:
|
||||
etags *.[ch] tests/*.[ch]
|
||||
|
||||
cscope:
|
||||
rm -f ./cscope.*
|
||||
find . -name "*.[ch]" -print > ./cscope.files
|
||||
cscope -b
|
||||
|
||||
# documentation
|
||||
%.html: %.texi
|
||||
texi2html -monolithic -number $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue