Use @docdir@ for the docdir makefile variable.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 13 Feb 2008 23:46:44 +0000 (23:46 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 13 Feb 2008 23:46:44 +0000 (23:46 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@413 052ea7fc-9027-0410-9066-f65837a77df0

doc/Makefile.in

index e574302..db4beaa 100644 (file)
@@ -28,10 +28,11 @@ PDFFIGS = $(FIGURES:%.fig=%.pdf)
 include ../version.mk
 
 # Installation locations.
-prefix = @prefix@
-docdir = @datadir@/doc/ragel
-mandir = @mandir@
-
+PACKAGE     = ragel
+prefix      = @prefix@
+datarootdir = @datarootdir@
+docdir      = @docdir@
+mandir      = @mandir@
 
 MANPAGES = ragel.1 rlgen-cd.1 rlgen-java.1 rlgen-ruby.1 rlgen-dot.1