diff options
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2010-03-25 03:20:01 -0500 |
---|---|---|
committer | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2010-04-02 13:07:35 -0500 |
commit | 891bf2c1ed9f6efbd8175537e15f8732a94e7e77 (patch) | |
tree | 3f20cda13badac95954de05659710c01ae119249 /Makefile.am | |
parent | 8ed8830794a1a16494bc2771e3684fc877bea776 (diff) |
Provide a pkg-config file
This allows the SGML entities to be found no matter where they are
installed, or even when cross-compiling.
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f05b87a..11ea95a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,9 @@ sgmlentdir = $(prefix)/share/sgml/X11 dist_sgmlent_DATA = defs.ent +pkgconfigdir = $(datadir)/pkgconfig +pkgconfig_DATA = xorg-sgml-doctools.pc + MAINTAINERCLEANFILES = ChangeLog INSTALL .PHONY: ChangeLog INSTALL |