Fix missing docdir in Makefile.in.

This commit is contained in:
Michael R Sweet 2024-03-20 21:07:20 -04:00
parent 9856aa51e3
commit 8a5c9ee279
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
# Changes in Mini-XML 4.0.1
- Fixed missing "docdir" definition in makefile.
# Changes in Mini-XML 4.0.0
- Now require C99 support (Issue #300)

View File

@ -115,6 +115,7 @@ OPTIM = @OPTIM@
bindir = @bindir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
exec_prefix = @exec_prefix@
includedir = @includedir@
infodir = @infodir@