Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/ace/doc/test/   (GAP Algebra Version 4.15.1©)  Datei vom 10.3.2025 mit Größe 1 kB image not shown  

Quelle  mkdiff   Sprache: unbekannt

 
Spracherkennung für: vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#!/bin/sh
#############################################################################
##
#W  mkdiff      Differences of examples (package manual)       Volkmar Felsch
##
#Y  Copyright (C) 2002, Lehrstuhl D fuer Mathematik, RWTH Aachen, Germany
##
##  mkdiff.sh [-c] [file1 file2 ...]
##
##  This is the 'mkdiff' version for package documentations.
##
##  For each file name 'file', say, in the given list of file names compare
##  the manual file '../file.tex' with the test file 'file.tst' and write all
##  differences to a file 'diffs'.
##
##  If '-c' is specified use the context output format of the 'diff' command.
##
##  If no file names are specified handle all '.tst' files in the current
##  directory.
##

#############################################################################
##
##  Define the local call of the proper test function.
##
mkdiff="../../../../doc/test/mkdiff.sh"


#############################################################################
##
##  Run the test for each of the documentation files.
##
$mkdiff $*


[Dauer der Verarbeitung: 0.24 Sekunden, vorverarbeitet 2026-06-26]