1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00

all: cosmetic cleanups in NEWS and doc/Makefile

This commit is contained in:
Markus F.X.J. Oberhumer
2022-11-11 05:32:59 +01:00
parent 8b174bb272
commit 59e3b1f98d
2 changed files with 12 additions and 17 deletions

2
NEWS
View File

@ -12,7 +12,7 @@ Changes in 4.0.0 (28 Oct 2022):
* Support easy rebuilding the stubs from source with Podman/Docker
* Add integrated doctest C++ testing framework
* Add support for EFI files (PE x86; Kornel Pal)
* win32/pe and win64/pe: fix SizeOfHeaders in PE header
* win32/pe and win64/pe: set correct SizeOfHeaders in the PE header
* bug fixes - see https://github.com/upx/upx/milestone/6
* bug fixes - see https://github.com/upx/upx/milestone/7

View File

@ -1,20 +1,8 @@
#
# UPX doc Makefile - needs GNU make
# UPX doc Makefile - needs GNU make, pod2html, pod2man and pod2text
#
MAKEFLAGS += -rR
.SUFFIXES:
SHELL = /bin/sh
# internal make variables
comma := ,
empty :=
space := $(empty) $(empty)
tab := $(empty) $(empty)
# /***********************************************************************
# //
# ************************************************************************/
BUILT_SOURCES = upx.1 upx-doc.html upx-doc.txt
top_srcdir ?= ..
@ -22,15 +10,21 @@ PACKAGE = upx
VERSION_DATE := $(shell sed -n 's/^.*UPX_VERSION_DATE_ISO .*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
VERSION := $(shell sed -n 's/^.*UPX_VERSION_STRING .*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
# internal make variables
comma := ,
empty :=
space := $(empty) $(empty)
tab := $(empty) $(empty)
RTRIM := sed -e 's/[ $(tab)]*$$//'
DETAB2 := sed -e 's/$(tab)/ /g'
BUILT_SOURCES = upx.1 upx-doc.html upx-doc.txt
#***********************************************************************
# targets
#***********************************************************************
.DEFAULT_GOAL = all
all: $(BUILT_SOURCES) PHONY
mostlyclean clean distclean maintainer-clean: PHONY
@ -40,6 +34,7 @@ mostlyclean clean distclean maintainer-clean: PHONY
# rules
#***********************************************************************
.SUFFIXES:
.SUFFIXES: .1 .html .man .pod .ps .tex .txt
%.1 : %.pod