Changeset 782 for trunk


Ignore:
Timestamp:
Dec 24, 2012, 1:59:00 PM (12 years ago)
Author:
pfusik
Message:

STIL: define number of entries as the number of slashes in the first column.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/asma/Docs/STIL.txt

    r780 r782  
    33#  STIL v3.6 - SAP Tune Information List
    44#  Maintained by Mariusz Rozwadowski (Ramos)
    5 #  Total number of entries: 1413
     5#  Total number of entries: 1407
    66#
    77##############################################################################
  • trunk/tools/validate-stil.bat

    r752 r782  
    33grep -v -n -E "^#|^/|^   NAME: |^  TITLE: |^ ARTIST: |^COMMENT: |^         |^$|\(#[0-9]+\)$" ../asma/Docs/STIL.txt
    44perl -nle "m{^/} and (-e qq{../asma/$_} or print)" ../asma/Docs/STIL.txt
     5grep -c "^/" ../asma/Docs/STIL.txt
Note: See TracChangeset for help on using the changeset viewer.