mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-13 23:35:30 +00:00
Fix missing docdir in Makefile.in.
This commit is contained in:
parent
9856aa51e3
commit
8a5c9ee279
@ -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)
|
||||
|
@ -115,6 +115,7 @@ OPTIM = @OPTIM@
|
||||
bindir = @bindir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
exec_prefix = @exec_prefix@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
|
Loading…
Reference in New Issue
Block a user