aboutsummaryrefslogtreecommitdiffstats
path: root/composer/Makefile.am
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-06-01 05:11:41 +0800
committerChris Lahey <clahey@src.gnome.org>2001-06-01 05:11:41 +0800
commite5ecf5d84ed197d93afd30fd1ce40384f01be09e (patch)
tree3988037f9e94309a432c02f9d5369857b1ce3c1b /composer/Makefile.am
parent097a78bccfa0e5384b4f2cab421241a4b201c52d (diff)
downloadgsoc2013-evolution-e5ecf5d84ed197d93afd30fd1ce40384f01be09e.tar.gz
gsoc2013-evolution-e5ecf5d84ed197d93afd30fd1ce40384f01be09e.tar.zst
gsoc2013-evolution-e5ecf5d84ed197d93afd30fd1ce40384f01be09e.zip
Use --moddatadir to derive this.
2001-05-31 Christopher James Lahey <clahey@ximian.com> * configure.in (GTKHTML_DATADIR): Use --moddatadir to derive this. From composer/ChangeLog: 2001-05-31 Christopher James Lahey <clahey@ximian.com> * Makefile.am (HTML_EDITOR_GENERATED): Use GTKHTML_DATADIR here. svn path=/trunk/; revision=10070
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r--composer/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am
index b7c7a38a5f..f51753a96e 100644
--- a/composer/Makefile.am
+++ b/composer/Makefile.am
@@ -22,10 +22,10 @@ $(IDL_GENERATED): $(IDLS) $(selectnamesdir)/Evolution-Addressbook-SelectNames.id
$(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \
-I $(selectnamesdir) $(srcdir)/Composer.idl
-Editor-commmon.c: $(GTK_HTML_EDITOR_IDL)
+Editor-commmon.c: $(GTKHTML_DATADIR)/gtkhtml/Editor.idl
-$(HTML_EDITOR_GENERATED): $(GTK_HTML_EDITOR_IDL)
- $(ORBIT_IDL) -I $(srcdir) `$(GNOME_CONFIG) --cflags idl` $(GTK_HTML_EDITOR_IDL)
+$(HTML_EDITOR_GENERATED): $(GTKHTML_DATADIR)/gtkhtml/Editor.idl
+ $(ORBIT_IDL) -I $(srcdir) `$(GNOME_CONFIG) --cflags idl` -I $(GTKHTML_DATADIR)/gtkhtml $(GTKHTML_DATADIR)/gtkhtml/Editor.idl
##
to 2.1.0jbeich2018-10-315-16/+39 * Fix build with GCC-based architectures.linimon2018-10-281-2/+2 * Fix build with GCC-based architectures for various kde@ ports.tcberner2018-10-271-1/+1 * print/pdf-tools: Update to latest (213d685) master-branch commitjrm2018-10-253-5/+7 * - Update to 0.9tota2018-10-242-4/+4 * Expand FreeBSD 12 conditionals to include 13.0-CURRENTjbeich2018-10-241-0/+1 * devel/icu: update to 63.1jbeich2018-10-235-4/+5 * Update to 3.31.0sunpoet2018-10-232-4/+4 * print/harfbuzz: update to 2.0.2jbeich2018-10-212-5/+5 * print/harfbuzz: update to 2.0.0jbeich2018-10-194-5/+7 * Update to 1.19.6sunpoet2018-10-152-6/+7 * qt5: Fix build on GCC based architectures.tcberner2018-10-141-1/+1 * Deprecate most glib12 consumersantoine2018-10-123-0/+9 * Update KDE Applications to 18.08.2tcberner2018-10-121-3/+3 * Update to 2.0.12 release.ale2018-10-102-14/+14 * - Update to 1.21.3.tijl2018-10-107-84/+134 * Clean up Makefilesunpoet2018-10-101-5/+1 * - Update to 0.31wen2018-10-103-5/+4 * Fix some PKGNAME collisionsantoine2018-10-082-2/+2 * Deprecate some GNOME 2 applicationsantoine2018-10-084-0/+12 * Revive print/scribus-develfeld2018-10-065-0/+3098 * Delete print/scribus-develfeld2018-10-065-3098/+0 * Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-10-064-8/+8 * Update to 0.8.1sunpoet2018-10-062-6/+7 * Update to 1.9.74sunpoet2018-10-063-6/+6 * Scribus is a desktop publishing program, similar to Adobe PageMaker(TM),feld2018-10-055-0/+3098 * Update to 1.6.30arved2018-10-044-9/+23 * Remove expired ports:rene2018-09-3015-1053/+0 * - Update to 20180926danilo2018-09-283-4/+45 * - Add LICENSEamdmi32018-09-271-1/+5 * Update Objective-C LLVM version to 6.0.brooks2018-09-261-1/+1 * print/harfbuzz: unbreak on GCC archs after r477696jbeich2018-09-241-2/+1 * Change MAINTAINER in my ports to @FreeBSD.org emailskozlov2018-09-232-2/+2 * Remove bundled CUPS in post-patch so its headers cannot be included.tijl2018-09-221-3/+4 * Update to 9.25.tijl2018-09-227-280/+5 * Fix build on gcc-based archs by updating USES.linimon2018-09-221-3/+1 * print/tex-formats: Add to description that it provides the 'latex' commandyuri2018-09-221-1/+1 * Update to 3.30.0sunpoet2018-09-202-4/+4 * Add pdf-redact-tools 0.1.2, securely redact and strip metadata from PDFehaupt2018-09-194-0/+34 * Update WWWsunpoet2018-09-151-1/+1 * Make X-Face support optional and disable it by defaultromain2018-09-121-3/+4 * - Update to 20180911danilo2018-09-123-4/+319 * Update to 3.29.1sunpoet2018-09-122-4/+5 * print/harfbuzz: update to 1.9.0jbeich2018-09-114-12/+9 * Convert to options target helpersunpoet2018-09-111-3/+5 * Add DOCS options to ports that should have one.mat2018-09-106-2/+10 * After an include, PLIST_SUB must be appended to, not overwritten.mat2018-09-101-2/+2 * Reassign all of tobez@'s p5 ports to perl@.des2018-09-101-1/+1 * Add some upstream patches for regressions in 9.24.tijl2018-09-086-11/+275 * Update the current KDE Applications to 18.08.1, the latest release.adridg2018-09-071-3/+3 * Add a patch to give Ghostscript read permission ontijl2018-09-062-0/+11 * - Update print/ghostscript9-agpl-base and print/ghostscript9-agpl-x11 totijl2018-09-047-48/+30 * - Update to 0.8tota2018-09-042-4/+4 * print/lyx: fix build with Qt 5.11tcberner2018-09-021-0/+19 * Switch default version of samba to 4.7antoine2018-09-023-3/+3 * print/qpdf: Update 8.0.1 -> 8.2.1yuri2018-09-014-7/+15 * Deprecate KDE4 software in categories graphics-textproc.adridg2018-08-311-0/+3 * Clean up Makefilesunpoet2018-08-301-2/+0 * emulators/linux-c6: Update to CentOS 6.10pi2018-08-272-9/+9 * print/xmbibtex: Fix build with Clang 6tobik2018-08-264-2/+352 * Update KDE Applications to 18.08tcberner2018-08-251-3/+3 * - Update to 0.7tota2018-08-242-4/+4 * print/magicfilter: Canonicalize RUN_DEPENDStobik2018-08-221-1/+1 * print/magicfilter: Prevent ccache from being accidentally added as a run depe...tobik2018-08-221-2/+2 * Give back to the pool.mat2018-08-201-1/+1 * print/harfbuzz: update to 1.8.8jbeich2018-08-152-5/+5 * print/py-psautohint: Update to 1.7.0dbaio2018-08-122-8/+9 * print/harfbuzz: update to 1.8.7jbeich2018-08-092-5/+5 * devel/boost-*: update to 1.68.0jbeich2018-08-095-3/+5 * Regular sorting of categories Makefiles.mat2018-08-081-3/+3 * print/harfbuzz: update to 1.8.6jbeich2018-08-082-5/+5 * Cross-reference cloud-print-connector and cups-cloud-printuqs2018-08-062-0/+6 * print/harfbuzz: update to 1.8.5jbeich2018-08-024-13/+12 * Fix a common grammar error: "can not" means the opposite of "cannot."adamw2018-08-021-1/+1 * Update to 1.19.5sunpoet2018-08-012-4/+4 * Update to 0.28.0sunpoet2018-08-012-5/+5 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-3010-9/+10 * Update to 3.29.0sunpoet2018-07-302-4/+4 * Update to 2.0.11 release.ale2018-07-242-14/+19 * print/harfbuzz: update to 1.8.4jbeich2018-07-182-12/+5 * print/fig2dev: fix to build, needs some help to really use ghostscriptpi2018-07-151-1/+4 * - Update to 20180713danilo2018-07-143-4/+192 * Update KDE Applications to 18.04.3tcberner2018-07-141-3/+3 * - Update to 0.6tota2018-07-132-4/+8 * print/cloud-print-connector: rename and updateswills2018-07-128-66/+32 * print/harfbuzz: update to 1.8.3jbeich2018-07-122-5/+12 * - Update to 8.13.23.araujo2018-07-092-4/+4 * Switch builds.jabref.org master site to https:// method.mandree2018-07-081-1/+1 * Update to new upstream release 4.3.1.mandree2018-07-082-4/+4 * print/harfbuzz: update to 1.8.2jbeich2018-07-042-5/+5 * print/libotf: Update 0.9.13 -> 0.9.16yuri2018-07-023-10/+11 * lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.arrowd2018-06-301-0/+1 * devel/icu: update to 62.1jbeich2018-06-294-4/+4 * Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-299-18/+20 * - Restore patch that adds mappings for common CJK TeX fonts to cidfmap.tijl2018-06-276-11/+93 * Update to 3.28.0sunpoet2018-06-252-6/+5 * - Add new port: print/R-cran-tinytextota2018-06-224-0/+26 * Use PY_FLAVOR for dependencies.mat2018-06-2110-20/+20 * Adjust USES to fix builds on gcc-based architectures.linimon2018-06-191-1/+1 * Mark ports broken on powerpc64, categories o-z.linimon2018-06-181-0/+2 * Add upstream patch to fix high CPU load.tijl2018-06-162-0/+61 * print/epson-inkjet-printer-escpr: Update to 1.6.21swills2018-06-163-5/+10 * Update MASTER_SITES to allow fetching.ale2018-06-151-1/+1 * print/pdf-tools: Update and add to elisp categoryjrm2018-06-152-7/+6 * print/harfbuzz: update to 1.8.1jbeich2018-06-132-5/+5 * print/py-fonttools: Fix man page install locationtobik2018-06-121-3/+2 * Clean up print/ghostscript9-agpl-base and print/ghostscript9-agpl-x11 andtijl2018-06-1267-3842/+390 * Fix port builds for architectures which remain on gcc as the default compiler.linimon2018-06-111-1/+2 * print/gutenprint: update to 5.2.14cmt2018-06-113-10/+8 * - Update to 20180604danilo2018-06-103-7/+24 * Update KDE Applications to 18.04.2tcberner2018-06-101-3/+3 * Mark as broken on powerpc64.linimon2018-06-081-0/+2 * print/harfbuzz-icu: pacify check-plist after r471882jbeich2018-06-071-0/+1 * print/harfbuzz: update to 1.8.0jbeich2018-06-072-5/+5 * print/harfbuzz: update to 1.7.7jbeich2018-06-073-5/+6 * Update to 2.2.8.tijl2018-06-062-4/+4 * - Bump PORTREVISION (lang/ldc was updated)acm2018-06-031-1/+1 * PSAutoHint is a standalone version of Adobe AFDKO's autohinter.miwi2018-06-034-0/+30 * USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgradejrm2018-05-315-4/+5 * Update WWWsunpoet2018-05-2810-10/+10 * print/scribus: Update to version 1.4.7.bsam2018-05-275-35/+22 * Update lang/ghc 8.4.2 and the hs-* ports the newer versionstcberner2018-05-262-4/+3 * Add PY_FLAVOR to Python module dependencies.mat2018-05-221-3/+3 * Update the Qt5 ports to 5.10.1.rakuco2018-05-181-1/+0 * Add a patch to fix the build on FreeBSD 10.4.rakuco2018-05-181-0/+39 * - Fix LICENSEamdmi32018-05-181-34/+25 * Those ports have been broken a while now.mat2018-05-171-0/+2 * Update to 2.3.0.rakuco2018-05-174-43/+67 * - Upgrade to 1.81 (a)thierry2018-05-123-11/+17 * Update KDE Applications to 18.04.1tcberner2018-05-111-3/+3 * Update to 3.26.0sunpoet2018-05-062-4/+4 * For ports under `print' category: remove redundant PKGMESSAGE assignment,danfe2018-05-056-6/+0 * - Add LICENSEamdmi32018-05-042-4/+7 * print/freetype2: update to 2.9.1jbeich2018-05-034-68/+14 * - Update to 2.2.7.tijl2018-05-023-7/+15 * Unbreak with recent version of Perlromain2018-04-302-1/+10 * Update to 0.8.1sunpoet2018-04-302-4/+4 * Update to 2.2.4.rakuco2018-04-303-6/+8 * Update the QScintilla2 ports to 2.10.4tcberner2018-04-301-1/+1 * Fix gemspec for rubygem-pdf-core 0.8.0 updatesunpoet2018-04-292-0/+12 * Update to 0.8.0sunpoet2018-04-292-4/+4 * Update KDE Applications to 18.04.0tcberner2018-04-292-5/+4 * Update to new upstream release 4.2.mandree2018-04-282-5/+7 * Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereamdmi32018-04-262-2/+2 * - Switch to new test frameworkamdmi32018-04-251-1/+1 * print/foomatic-db-engine: Update version 4.0.12=>4.0.13bofh2018-04-243-11/+17 * print/ft2demos: Update version 2.8=>2.9bofh2018-04-242-5/+5 * print/typetools: Update version 2.106=>2.107bofh2018-04-242-4/+4 * Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.ale2018-04-192-2/+2 * devel/boost-*: update to 1.67.0jbeich2018-04-185-5/+5 * Change MASTER_SITES back to CHEESESHOPsunpoet2018-04-171-2/+1 * print/fig2dev: update 3.2.6 -> 3.2.7pi2018-04-162-4/+4 * New port: print/print-managertcberner2018-04-105-0/+147 * devel/icu: update to 61.1jbeich2018-04-064-3/+4 * Update sysutils/libcdio to 2.0.0jhale2018-04-061-1/+1 * print/openprinting: fix build when lld is the system linkeremaste2018-04-052-0/+15 * Update to 3.25.0sunpoet2018-04-052-4/+4 * Readd LCD_FILTERING option and introduce LCD_RENDERINGbapt2018-04-031-1/+8 * Incorporate a patch from uptreambapt2018-04-032-5/+59 * Update to 0.2.6bapt2018-04-033-7/+15 * Update to 2.9bapt2018-04-033-11/+7 * Fix permissions in installed Qt5 header filestcberner2018-03-301-0/+1