mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* 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:
parent
8a5680bc94
commit
7808a01322
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
2
doc-gnome/C/figs/.cvsignore
Normal file
2
doc-gnome/C/figs/.cvsignore
Normal file
@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
19
doc-gnome/C/figs/Makefile.am
Normal file
19
doc-gnome/C/figs/Makefile.am
Normal 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)
|
Loading…
Reference in New Issue
Block a user