2001-11-25 Sven Neumann <sven@gimp.org> * Makefile.am * configure.in * gimp-1.3.pc.in * gimpui-1.3.pc.in: added pkg-config files for gimp-1.3. * gimptool-1.4.in: renamed to gimptool-1.3.in * docs/Makefile.am * docs/gimptool-1.4.1.in renamed to docs/gimptool-1.3.1.in. Disabled installation of man-pages; they need to be updated and should probably be renamed. * app/Makefile.am: generate binary called gimp-1.3 sp we don't clash with older gimp installations. * gimp-1.3.pc.in * gimpui-1.3.pc.in: added pkg-config files for gimp-1.3. * INSTALL * NEWS: updated
21 lines
505 B
Makefile
21 lines
505 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
# Don't install any man-pages for now. They need to be updated and
|
|
# would clash with older gimp installations.
|
|
|
|
# man_MANS = gimp.1 gimptool-1.3.1 gimprc.5
|
|
|
|
EXTRA_DIST = \
|
|
gimp.1.in \
|
|
gimptool-1.3.1.in \
|
|
gimp-remote.1.in \
|
|
gimprc.5.in \
|
|
Wilber.svg \
|
|
Wilber.xcf.gz \
|
|
Wilber.xcf.gz.README \
|
|
Wilber_Construction_Kit.xcf.gz \
|
|
cheat_sheet.txt \
|
|
gimp.txt \
|
|
keybindings.txt \
|
|
quick_reference.ps \
|
|
quick_reference.tar.gz
|