mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
killed more trolls by fixing Makefile to use pngs
Dave Mason dcm@redhat.com
This commit is contained in:
parent
11a09434b7
commit
2bbe41beaf
@ -34,7 +34,7 @@ oldincludedir = /usr/include
|
||||
|
||||
DESTDIR =
|
||||
DISTDOCS = Makefile.in topic.dat gmc.sgml
|
||||
DISTFIGS = figs/*.gif
|
||||
DISTFIGS = figs/*.png
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
@ -354,7 +354,7 @@ dist-hook:
|
||||
-cp gmc/*.html gmc/*.css $(distdir)/gmc
|
||||
-cp gmc.html $(distdir)
|
||||
mkdir $(distdir)/figs
|
||||
-cp figs/*.gif $(distdir)/figs
|
||||
-cp figs/*.png $(distdir)/figs
|
||||
|
||||
install-data-local: gmc.html
|
||||
$(mkinstalldirs) $(DESTDIR)$(gmc_helpdir)/figs
|
||||
@ -362,7 +362,7 @@ install-data-local: gmc.html
|
||||
basefile=`basename $$file`; \
|
||||
$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(gmc_helpdir)/$$basefile; \
|
||||
done
|
||||
-for file in $(srcdir)/figs/*.gif; do \
|
||||
-for file in $(srcdir)/figs/*.png; do \
|
||||
$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(gmc_helpdir)/figs;\
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user