/[qemu]/qemu/Makefile
ViewVC logotype

Diff of /qemu/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.89 by bellard, Sun Jul 24 18:44:35 2005 UTC revision 1.90 by bellard, Sun Aug 21 09:23:39 2005 UTC
# Line 84  test speed test2: all Line 84  test speed test2: all
84  TAGS:  TAGS:
85          etags *.[ch] tests/*.[ch]          etags *.[ch] tests/*.[ch]
86    
87    cscope:
88            rm -f ./cscope.*
89            find . -name "*.[ch]" -print > ./cscope.files
90            cscope -b
91    
92  # documentation  # documentation
93  %.html: %.texi  %.html: %.texi
94          texi2html -monolithic -number $<          texi2html -monolithic -number $<

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26