mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-24 11:25: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
|
# Changes in Mini-XML 4.0.0
|
||||||
|
|
||||||
- Now require C99 support (Issue #300)
|
- Now require C99 support (Issue #300)
|
||||||
|
@ -115,6 +115,7 @@ OPTIM = @OPTIM@
|
|||||||
bindir = @bindir@
|
bindir = @bindir@
|
||||||
datadir = @datadir@
|
datadir = @datadir@
|
||||||
datarootdir = @datarootdir@
|
datarootdir = @datarootdir@
|
||||||
|
docdir = @docdir@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
includedir = @includedir@
|
includedir = @includedir@
|
||||||
infodir = @infodir@
|
infodir = @infodir@
|
||||||
|
Loading…
Reference in New Issue
Block a user