]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Drop version number from INSTALL.md, don't check for it in makesrcdist.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 31 Mar 2022 14:19:24 +0000 (10:19 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 31 Mar 2022 14:19:24 +0000 (10:19 -0400)
INSTALL.md
scripts/makesrcdist

index ebe52118f8f9ebcd433743461fb351d83e1e1a17..3ab3972f47a67babe31a22fab89142cc8cc340be 100644 (file)
@@ -1,5 +1,5 @@
-Building and Installing OpenPrinting CUPS v2.4.1
-================================================
+Building and Installing OpenPrinting CUPS
+=========================================
 
 This file describes how to compile and install CUPS from source code.  For more
 information on CUPS see the file called `README.md`.
index a06130578b2230d291a542ac058816f97a9e1fa6..c28ecd1022b483f03590f3ff3ad99fa36d2846e8 100755 (executable)
@@ -65,12 +65,6 @@ else
                exit 1
        fi
 
-       temp=`head -1 INSTALL.md | awk '{print $6}'`
-       if test "$temp" != "v$version"; then
-               echo "Still need to update version to v$version in INSTALL.md (saw $temp)"
-               exit 1
-       fi
-
        temp=`head -6 CHANGES.md | grep "Changes in" | awk '{print $4}'`
        if test "$temp" != "v$version"; then
                echo "Still need to add Changes in v$version in CHANGES.md (saw $temp)"