Skip to content

Commit

Permalink
Rename NEWS.VER to NEWS, and README.VER to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed May 6, 2021
1 parent 4a8a5cc commit c4ab73f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile.aut
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ lint:
clean:
rm -f Makefile config.status config.log config.cache defines.h stamp-h \
configure defines.h.in funcs.h help.c \
README NEWS \
less.nro less.man lesskey.nro lesskey.man lessecho.nro lessecho.man

distclean: clean
Expand All @@ -91,10 +90,6 @@ REPLACE_VERSION = \
-e "s;@@DATE@@;$$DT;" \
-e "s;@@HOMEPAGE@@;${HOMEPAGE};" >$@

${srcdir}/README: ${srcdir}/README.VER ${srcdir}/version.c
${REPLACE_VERSION} ${srcdir}/README.VER
${srcdir}/NEWS: ${srcdir}/NEWS.VER ${srcdir}/version.c
${REPLACE_VERSION} ${srcdir}/NEWS.VER
${srcdir}/less.nro: ${srcdir}/less.nro.VER ${srcdir}/version.c
${REPLACE_VERSION} ${srcdir}/less.nro.VER
${srcdir}/lesskey.nro: ${srcdir}/lesskey.nro.VER ${srcdir}/version.c
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c4ab73f

Please sign in to comment.