mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
git-svn-id: https://gpredict.svn.sourceforge.net/svnroot/gpredict/trunk@175 ab6734ba-2843-0410-b83b-99c217ef6c0f
21 lines
704 B
Makefile
21 lines
704 B
Makefile
SUBDIRS = src doc pixmaps data po
|
|
|
|
install-data-local:
|
|
@$(NORMAL_INSTALL)
|
|
$(INSTALL_DATA) $(top_srcdir)/AUTHORS $(DESTDIR)$(pkgdatadir)
|
|
$(INSTALL_DATA) $(top_srcdir)/ChangeLog $(DESTDIR)$(pkgdatadir)
|
|
$(INSTALL_DATA) $(top_srcdir)/NEWS $(DESTDIR)$(pkgdatadir)
|
|
$(INSTALL_DATA) $(top_srcdir)/README $(DESTDIR)$(pkgdatadir)
|
|
$(INSTALL_DATA) $(top_srcdir)/COPYING $(DESTDIR)$(pkgdatadir)
|
|
$(INSTALL_DATA) $(top_srcdir)/TODO $(DESTDIR)$(pkgdatadir)
|
|
|
|
EXTRA_DIST = \
|
|
autogen.sh \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in \
|
|
win32/config.mk \
|
|
win32/goocanvasprivate.h \
|
|
win32/gpredict.rc \
|
|
win32/Makefile \
|
|
win32/icons/gpredict-icon.ico
|