* doc-gnome/C/figs/Makefile.am: New file.

* doc-gnome/C/Makefile.am: Don't handle figs, let the new
makefile do it.
* configure: Substitute doc-gnome/C/figs/Makefile.
This commit is contained in:
Pavel Roskin 2001-01-09 20:54:19 +00:00
parent 8a5680bc94
commit 7808a01322
5 changed files with 30 additions and 17 deletions

View File

@ -1,5 +1,10 @@
2001-01-09 Pavel Roskin <proski@gnu.org>
* doc-gnome/C/figs/Makefile.am: New file.
* doc-gnome/C/Makefile.am: Don't handle figs, let the new
makefile do it.
* configure: Substitute doc-gnome/C/figs/Makefile.
* lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
2001-01-08 Szabolcs Ban <shooby@gnome.hu>

View File

@ -1122,6 +1122,7 @@ mc.spec
doc/Makefile
doc-gnome/Makefile
doc-gnome/C/Makefile
doc-gnome/C/figs/Makefile
vfs/Makefile:vfs/Make-mc.in
vfs/extfs/Makefile
lib/Makefile

View File

@ -1,26 +1,12 @@
gmc_helpdir = $(datadir)/gnome/help/gmc/C
gmc_helpfigdir = $(datadir)/gnome/help/gmc/C/figs
SUBDIRS = figs
DISTFIGS = \
figs/fileprops.png \
figs/gccmime.png \
figs/gmc1.png \
figs/gmc_move.png \
figs/gmcprops1.png \
figs/gmcprops2.png \
figs/gmcprops3.png \
figs/gmcprops4.png \
figs/gmcprops5.png \
figs/gmcprops6.png \
figs/open_with.png \
figs/rubberband.png
gmc_helpdir = $(datadir)/gnome/help/gmc/C
gmc_help_DATA = index.html topic.dat
gmc_helpfig_DATA = $(DISTFIGS)
SGML_FILES = gmc.sgml
EXTRA_DIST = topic.dat $(SGML_FILES) $(DISTFIGS)
EXTRA_DIST = topic.dat $(SGML_FILES)
MOSTLYCLEANFILES = *.tex *.log *.aux
CLEANFILES = gmc.dvi gmc.ps gmc.pdf gmc.rtf

View File

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

View File

@ -0,0 +1,19 @@
gmc_helpfigdir = $(datadir)/gnome/help/gmc/C/figs
gmc_helpfig_DATA = $(DISTFIGS)
DISTFIGS = \
fileprops.png \
gccmime.png \
gmc1.png \
gmc_move.png \
gmcprops1.png \
gmcprops2.png \
gmcprops3.png \
gmcprops4.png \
gmcprops5.png \
gmcprops6.png \
open_with.png \
rubberband.png
EXTRA_DIST = $(DISTFIGS)