mirror of
https://https.git.savannah.gnu.org/git/groff.git
synced 2026-01-26 15:39:07 +00:00
Remove #! lines from non-executable files
These are always invoked by the build system (either in-tree or via the installed Makefiles) using the necessary program, so the #! lines were unnecessary. They were harmless except that they caused Debian's `lintian` tool to complain about installed non-executable scripts. * font/devlj4/generate/special.awk: Remove #! line. * font/devps/generate/symbol.sed: Likewise.
This commit is contained in:
parent
69c2b8dc82
commit
459c1ad4e2
13
ChangeLog
13
ChangeLog
@ -1,3 +1,16 @@
|
||||
2018-03-09 Colin Watson <cjwatson@debian.org>
|
||||
|
||||
Remove #! lines from non-executable files
|
||||
|
||||
These are always invoked by the build system (either in-tree or via
|
||||
the installed Makefiles) using the necessary program, so the #!
|
||||
lines were unnecessary. They were harmless except that they caused
|
||||
Debian's `lintian` tool to complain about installed non-executable
|
||||
scripts.
|
||||
|
||||
* font/devlj4/generate/special.awk: Remove #! line.
|
||||
* font/devps/generate/symbol.sed: Likewise.
|
||||
|
||||
2018-03-09 Colin Watson <cjwatson@debian.org>
|
||||
|
||||
doc: stop generating W3C validation icons
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
#! /bin/awk -f
|
||||
|
||||
# Correct Intellifont-based height metrics for several glyphs in
|
||||
# special font for TrueType CG Times (LaserJet 4000 and later).
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
#! /bin/sed -f
|
||||
# Set up uniform vertical dimensions for extensible glyphs (needed by eqn).
|
||||
/^C .*[ ;]N bracketlefttp[ ;]/bx
|
||||
/^C .*[ ;]N bracketleftex[ ;]/bx
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user