-added a Makefile.am plug-ins/gflare/gflares and gfig/gfig-exmaple

so that the files will get installed in share/gimp/gflares and share/gimp
    /gfig

   -renamed a few files in the gfig-examples dir (somehad spaces in
    filename)

   -update gimprc.in to reflect the new share/gimp/ dirs

-Adrian Likins
This commit is contained in:
Adrian Likins 1998-01-18 23:25:13 +00:00
parent b99f011fe6
commit f98f667bee
10 changed files with 19 additions and 2 deletions

View file

@ -1,3 +1,10 @@
Sun Jan 18 18:07:23 EST 1998 Adrian Likins <adrian@gimp.org>
* added plugins/gflare/gflares and edited the makefiles
so that the gfalres and gfig-examples would get installed
into share/gimp/gflares and share/gimp/gfig
Tue Jan 13 21:36:07 PST 1998 Manish Singh <yosh@gimp.org>
* ltconfig

View file

@ -331,6 +331,7 @@ plug-ins/AlienMap/Makefile
plug-ins/c_astretch/Makefile
plug-ins/bumpmap/Makefile
plug-ins/gflare/Makefile
plug-ins/gflare/gflares/Makefile
plug-ins/script-fu/Makefile
plug-ins/script-fu/scripts/Makefile
plug-ins/jpeg/Makefile
@ -353,6 +354,7 @@ plug-ins/libgck/Makefile
plug-ins/libgck/gck/Makefile
plug-ins/blur/Makefile
plug-ins/gfig/Makefile
plug-ins/gfig/gfig-examples/Makefile
plug-ins/flame/Makefile
plug-ins/gimptcl/Makefile
plug-ins/gimptcl/scripts/Makefile

View file

@ -198,7 +198,7 @@
(transparency-size 2)
# gfig pattern directory
(gfig-path "${gimp_dir}/gfig")
(gfig-path "${gimp_dir}/gfig:${gimp_data_dir}/gfig")
# path for gflare flares directory
(gflare-path "${gimp_dir}/gflares:${gimp_data_dir}/gflares")

View file

@ -198,7 +198,7 @@
(transparency-size 2)
# gfig pattern directory
(gfig-path "${gimp_dir}/gfig")
(gfig-path "${gimp_dir}/gfig:${gimp_data_dir}/gfig")
# path for gflare flares directory
(gflare-path "${gimp_dir}/gflares:${gimp_data_dir}/gflares")

View file

@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = gfig-examples
pluginlibdir = $(gimpplugindir)/plug-ins
pluginlib_PROGRAMS = gfig

View file

@ -0,0 +1,2 @@
Makefile
Makefile.in

View file

@ -2,6 +2,8 @@
pluginlibdir = $(gimpplugindir)/plug-ins
SUBDIRS = gflares
EXTRA_DIST = README
pluginlib_PROGRAMS = gflare

View file

@ -0,0 +1,2 @@
Makefile
Makefile.in